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 FMutableParamUIMetadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FString, TSoftObjectPtr< UObject > > | ExtraAssets | Extra assets to be used in UI building | |
| TMap< FString, FString > | ExtraInformation | Extra information to be used in UI building, with semantics completely defined by the game/UI programmer, with a key to identify the semantic of its related value | |
| float | MaximumValue | ||
| float | MinimumValue | ||
| FString | ObjectFriendlyName | This is the name to be shown in UI | |
| int32 | UIOrder | This is the order of the parameter inside its section | |
| FString | UISectionName | This is the name of the section where the parameter will be placed in UI | |
| TSoftObjectPtr< UTexture2D > | UIThumbnail | Thumnbail for UI |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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 FMutableParamUIMetadata& Other |
||
| bool | operator==
(
const FMutableParamUIMetadata& Other |