Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| |
|
| Name |
EMutableParameterType |
| Type |
enum |
| Header File |
/Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectParameterTypeDefinitions.h |
| Include Path |
#include "MuCO/CustomizableObjectParameterTypeDefinitions.h" |
Syntax
enum EMutableParameterType
{
None,
Bool,
Int,
Float,
Color,
Projector,
Texture,
Transform,
SkeletalMesh,
Material,
InstancedStruct,
}
Values
| Name |
Remarks |
| None |
|
| Bool |
|
| Int |
|
| Float |
|
| Color |
|
| Projector |
|
| Texture |
|
| Transform |
|
| SkeletalMesh |
|
| Material |
|
| InstancedStruct |
|