mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-19 00:13:06 +00:00
Mk2
uh stuff. i'm putting it in the readme.
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user