|
|
virtual void | BeginDestroy () override |
| |
|
bool | SaveTo (const FString &InPath) |
| |
|
bool | ReadFrom (const FString &InPath) |
| |
|
bool | IsValidData () const |
| |
|
void | InitDefaultData () |
| |
|
bool | GetCategory (const FName &InCategoryName, UConfigForgeCategoryRuntime *&OutCategory) const |
| |
|
void | GetCategories (TArray< UConfigForgeCategoryRuntime * > &OutCategories) const |
| |
|
FORCEINLINE FString | GetFileName () const |
| |
|
FORCEINLINE FString | GetFullPath () const |
| |
|
FORCEINLINE UConfigPathProvider * | GetPathProvider () const |
| |
|
FORCEINLINE UConfigForgeFile * | GetFileAsset () const |
| |
|
FORCEINLINE FGuid | GetFileID () const |
| |
|
void | SetFileName (const FString &InFileName) |
| |
|
void | SetFullPath (const FString &InFilePath) |
| |
|
void | SetPathProvider (UConfigPathProvider *InPathProvider) |
| |
|
void | SetFileAsset (UConfigForgeFile *InFileAsset) |
| |
|
void | SetFileID (const FGuid &InId) |
| |
The documentation for this class was generated from the following files:
- Source/ConfigForge/Public/Data/Runtime/ConfigForgeFileRuntime.h
- Source/ConfigForge/Private/Data/Runtime/ConfigForgeFileRuntime.cpp