 |
TArray< FIntegerParameterUIData > |
ArrayIntegerParameterOption |
In the case of an integer parameter, store here all options |
 |
bool |
bDisableTextureStreaming |
If this is enabled, texture streaming won't be used for this state, and full images will be generated when an instance is first updated. |
 |
bool |
bLiveUpdateMode |
In this mode instances and their temp data will be reused between updates. |
 |
bool |
bReuseInstanceTextures |
|
 |
TMap< FString, FString > |
ForcedParameterValues |
|
 |
ECustomizableObjectGroupType |
IntegerParameterGroupType |
In the case of an integer parameter, how are the different options selected (one, one or none, etc...) |
 |
FString |
Name |
Parameter name |
 |
FMutableParamUIMetadata |
ParamUIMetadata |
|
 |
ETextureCompressionStrategy |
TextureCompressionStrategy |
Not really relevant for UI, but apparently bDontCompressRuntimeTextures_DEPRECATED was used to decided some texture properties at runtime. |
 |
EMutableParameterType |
Type |
Parameter type, using uint8 since the enum in declared in the class it is used |