Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectUIData.h |
| Include | #include "MuCO/CustomizableObjectUIData.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FParameterUIData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FIntegerParameterUIData > | ArrayIntegerParameterOption | In the case of an integer parameter, store here all options | |
| 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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParameterUIData
(
const FString& ParamName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Only called in the BeginCacheForCookPlatform to include new references in the final package |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FParameterUIData& Other |