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