|
Config Forge 1.0.0
|
Public Member Functions | |
| FORCEINLINE UConfigForgeCategoryRuntime * | GetCategory () const |
| FORCEINLINE FString | GetKey () const |
| FORCEINLINE UConfigValueObject * | GetAsset () const |
| FORCEINLINE FDynamicValue | GetDynamicValue () const |
| virtual void | SetDynamicValue (const FDynamicValue &InValue) |
| virtual void | SetToFile (const TSharedPtr< FConfigForgeIniFile > &InFilePtr, const FString &InSection) |
| virtual bool | GetFromFile (const TSharedPtr< FConfigForgeIniFile > &InFilePtr, const FString &InSection) |
| virtual void | ApplyAsset (const TWeakObjectPtr< UConfigValueObject > &InAsset) |
Public Attributes | |
| FString | Key |
| TWeakObjectPtr< UConfigValueObject > | Asset |
| FDynamicValue | DynamicValue |
| TWeakObjectPtr< UConfigForgeCategoryRuntime > | Category |
| FConfigValueChangedDelegate | OnValueChanged |