Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| |
|
| Name |
FCustomizableObjectBoolParameterValue |
| Type |
struct |
| Header File |
/Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectParameterTypeDefinitions.h |
| Include Path |
#include "MuCO/CustomizableObjectParameterTypeDefinitions.h" |
Syntax
USTRUCT (BlueprintType )
struct FCustomizableObjectBoolParameterValue
Constants
| Name |
Type |
Remarks |
Include Path |
| DEFAULT_PARAMETER_VALUE |
bool |
|
MuCO/CustomizableObjectParameterTypeDefinitions.h |
| DEFAULT_PARAMETER_VALUE_NAME |
const FString |
|
MuCO/CustomizableObjectParameterTypeDefinitions.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Id |
FGuid |
|
MuCO/CustomizableObjectParameterTypeDefinitions.h |
- Category=CustomizableObjectBoolParameterValue
- VisibleAnywhere
|
| ParameterName |
FString |
|
MuCO/CustomizableObjectParameterTypeDefinitions.h |
- Category=CustomizableObjectBoolParameterValue
- VisibleAnywhere
|
| ParameterValue |
bool |
|
MuCO/CustomizableObjectParameterTypeDefinitions.h |
- Category=CustomizableObjectBoolParameterValue
- VisibleAnywhere
|