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 FIntegerParameterUIData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Name | Integer parameter option name | |
| FMutableParamUIMetadata | ParamUIMetadata |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIntegerParameterUIData
(
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 FIntegerParameterUIData& Other |
||
| bool | operator==
(
const FIntegerParameterUIData& Other |