|
Config Forge 1.0.0
|
Public Member Functions | |
| FORCEINLINE UConfigForgeFileRuntime * | GetFile () const |
| FORCEINLINE FName | GetCategoryName () const |
| FORCEINLINE UConfigForgeCategory * | GetCategoryAsset () const |
| void | GetFields (TArray< TWeakObjectPtr< UConfigValueObjectRuntime > > &OutResult) const |
| void | BP_GetFields (TArray< UConfigValueObjectRuntime * > &OutResult) const |
| bool | GetField (const FString &InKey, UConfigValueObjectRuntime *&OutField) const |
| void | InitData (UConfigForgeCategory *InCategoryAsset) |
| void | SetFileOwner (UConfigForgeFileRuntime *InFile) |
| virtual void | BeginDestroy () override |
Protected Attributes | |
| TWeakObjectPtr< UConfigForgeCategory > | CategoryAsset |
| FName | CategoryName |
| TMap< FString, TObjectPtr< UConfigValueObjectRuntime > > | FieldsRuntime |
| TWeakObjectPtr< UConfigForgeFileRuntime > | File |