| AccessedValues |
TArray< UE::ConfigAccessTracking::FConfigAccessData > * |
If this is set, we only track what sections/keys are read from the config system, without modifying the Object at all |
UObject/Object.h |
|
| ConfigClass |
UClass * |
The class to look in the config system for (defaults to Obj's Class if null) |
UObject/Object.h |
|
| ConfigSystem |
FConfigCacheIni * |
The config system to read from (defaults to GConfig if null) |
UObject/Object.h |
|
| Filename |
FString |
An optional filename to use to look up in the ConfigSystem |
UObject/Object.h |
|
| OverrideFile |
FConfigFile * |
If set, this values will be read from this COnfigFile instead of looking up in ConfigSystem |
UObject/Object.h |
|
| PropagationFlags |
uint32 |
Flags to control if we want to propagate LoadConfig to instances of the class, child classes, etc. see ELoadConfigPropagationFlags |
UObject/Object.h |
|
| PropertyToLoad |
FProperty * |
If this is set, only a single property of the class will be loaded from config |
UObject/Object.h |
|