|
Config Forge 1.0.0
|
This is the complete list of members for UConfigForgeSubsystem, including all inherited members.
| bOperatingFiles (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | protected |
| GetAllRuntimeFiles(TArray< UConfigForgeFileRuntime * > &OutRuntimeFiles) const | UConfigForgeSubsystem | |
| GetCategoryProperties(const FString &InFileName, const FName &InCategoryName, TArray< UConfigValueObject * > &OutProperties) | UConfigForgeSubsystem | |
| GetFile(const FString &InFileName, FConfigForgeFileData &OutFileData) const | UConfigForgeSubsystem | |
| GetFileCategories(const FConfigForgeFileData &InFileData, TArray< FName > &OutCategories) | UConfigForgeSubsystem | |
| GetFileCategoriesByName(const FString &InFileName, TArray< FName > &OutCategories) | UConfigForgeSubsystem | |
| GetFileNames(TArray< FString > &OutNames) const | UConfigForgeSubsystem | |
| GetFiles(TArray< FConfigForgeFileData > &OutFiles) const | UConfigForgeSubsystem | |
| GetFilesStatic(UConfigForgeSetup *InSetupFile, TArray< FConfigForgeFileData > &OutFiles) (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | static |
| GetRuntimeCategories(const UConfigForgeFileRuntime *InConfigFile, TArray< UConfigForgeCategoryRuntime * > &OutCategories) const | UConfigForgeSubsystem | |
| GetRuntimeCategories_ID(const FGuid &InFileId, TArray< UConfigForgeCategoryRuntime * > &OutCategories) const | UConfigForgeSubsystem | |
| GetRuntimeCategory(const UConfigForgeFileRuntime *InConfigFile, const FName &InCategoryName, UConfigForgeCategoryRuntime *&OutCategory) const | UConfigForgeSubsystem | |
| GetRuntimeCategory_ID(const FGuid &InFileId, const FName &InCategoryName, UConfigForgeCategoryRuntime *&OutCategory) const | UConfigForgeSubsystem | |
| GetRuntimeField(const UConfigForgeCategoryRuntime *InRuntimeCategory, const FString &InKey, UConfigValueObjectRuntime *&OutField) const | UConfigForgeSubsystem | |
| GetRuntimeField_File(const UConfigForgeFileRuntime *InConfigFile, const FName &InCategoryName, const FString &InKey, UConfigValueObjectRuntime *&OutField) const | UConfigForgeSubsystem | |
| GetRuntimeField_Full(const FGuid &InFiledId, const FName &InCategoryName, const FString &InFieldName, UConfigForgeFileRuntime *&OutFile, UConfigForgeCategoryRuntime *&OutCategory, UConfigValueObjectRuntime *&OutField) const | UConfigForgeSubsystem | |
| GetRuntimeField_ID(const FGuid &InFileID, const FName &InCategoryName, const FString &InKey, UConfigValueObjectRuntime *&OutField) const | UConfigForgeSubsystem | |
| GetRuntimeFields(const UConfigForgeCategoryRuntime *InRuntimeCategory, TArray< UConfigValueObjectRuntime * > &OutFields) const | UConfigForgeSubsystem | |
| GetRuntimeFields_File(const UConfigForgeFileRuntime *InConfigFile, const FName &InCategoryName, TArray< UConfigValueObjectRuntime * > &OutFields) const | UConfigForgeSubsystem | |
| GetRuntimeFields_ID(const FGuid &InFileID, const FName &InCategoryName, TArray< UConfigValueObjectRuntime * > &OutFields) const | UConfigForgeSubsystem | |
| GetRuntimeFile(const FGuid &InUniqueFileId, UConfigForgeFileRuntime *&OutRuntimeFile) const | UConfigForgeSubsystem | |
| GetSettings() const | UConfigForgeSubsystem | |
| GetSetupAsset() const | UConfigForgeSubsystem | |
| IsOperatingFiles() const | UConfigForgeSubsystem | inline |
| LoadAllFiles(TArray< UConfigForgeFileRuntime * > &OutFiles) | UConfigForgeSubsystem | |
| LoadAllFilesAsync(FLoadAllForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| LoadAllFilesInternal(const TArray< FConfigForgeFileData > &InDataArr, TArray< UConfigForgeFileRuntime * > &OutFiles) | UConfigForgeSubsystem | protected |
| LoadSelectedFiles(const TArray< FConfigForgeFileData > &InFiles, TArray< UConfigForgeFileRuntime * > &OutFiles) | UConfigForgeSubsystem | |
| LoadSelectedFilesAsync(const TArray< FConfigForgeFileData > &InFiles, FLoadAllForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| LoadSingleFile(const FConfigForgeFileData &InFileData, UConfigForgeFileRuntime *&OutFile) | UConfigForgeSubsystem | |
| LoadSingleFileAsync(const FConfigForgeFileData &InFileData, FLoadForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| OnAllFilesLoaded (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | |
| OnAllFilesSaved (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | |
| OnFileLoaded (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | |
| OnFileSaved (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | |
| ReadFileInternal(TSubclassOf< UConfigPathProvider > InPathProviderClass, const FGuid &InId, UConfigForgeFile *InTemplate, UConfigForgeFileRuntime *&OutFile) | UConfigForgeSubsystem | protected |
| RuntimeFiles (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | protected |
| SaveAllFiles() | UConfigForgeSubsystem | |
| SaveAllFilesAsync(FSaveAllForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| SaveSelectedFiles(const TArray< FGuid > &InFiles) | UConfigForgeSubsystem | |
| SaveSelectedFiles(const TArray< FGuid > &InFiles, FSaveSelectedForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| SaveSingleFile(const FGuid &InFileUniqueID) | UConfigForgeSubsystem | |
| SaveSingleFileAsync(const FGuid &InFileUniqueID, FSaveForgeFileDelegate Callback) | UConfigForgeSubsystem | |
| UConfigForgeSubsystem() (defined in UConfigForgeSubsystem) | UConfigForgeSubsystem | |
| WriteAllFilesInternal(const TArray< UConfigForgeFileRuntime * > &InFiles) | UConfigForgeSubsystem | protected |
| WriteFileInternal(UConfigForgeFileRuntime *InFile) | UConfigForgeSubsystem | protected |