Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| Name | FParameterTags |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObject.h |
| Include Path | #include "MuCO/CustomizableObject.h" |
Syntax
USTRUCT ()
struct FParameterTags
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterOptions | TMap< FString, FFParameterOptionsTags > | Map of options available for a parameter can have and their tags | MuCO/CustomizableObject.h |
|
| Tags | TArray< FString > | List of tags of a parameter | MuCO/CustomizableObject.h |
|