uh stuff. i'm putting it in the readme.
This commit is contained in:
squeaksies
2018-10-30 22:18:39 -07:00
parent 3b7a4213fc
commit daa08984d1
230 changed files with 9892 additions and 301 deletions

View File

@@ -43,4 +43,11 @@ class MEDIOCREMAPPER_API UBPFileIO : public UBlueprintFunctionLibrary
UFUNCTION(BlueprintCallable, Category = "File IO")
static bool DeleteDirectory(const FString& Directory);
UFUNCTION(BlueprintCallable, Category = "File IO")
static int getFileSize(const FString& File);
UFUNCTION(BlueprintCallable, Category = "File IO")
static int getTimestamp(const FString& File);
};