Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
Inheritance Hierarchy
- FMutableUIMetadata
- FMutableParamUIMetadata
- FMutableStateUIMetadata
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectUIData.h |
| Include | #include "MuCO/CustomizableObjectUIData.h" |
Syntax
USTRUCT (BlueprintType )
struct FMutableUIMetadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UObject > | EditorUIThumbnailObject | Editor Only Parameter Thumbnail. | |
| 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 | |
| FString | ObjectFriendlyName | This is the name to be shown in UI | |
| int32 | UIOrder | This is the order of the object inside its section | |
| FString | UISectionName | This is the name of the section where the object will be placed in UI | |
| TSoftObjectPtr< UTexture2D > | UIThumbnail | Thumbnail for UI |