Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| |
|
| Name |
ECustomizableObjectProjectorType |
| Type |
enum |
| Header File |
/Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectParameterTypeDefinitions.h |
| Include Path |
#include "MuCO/CustomizableObjectParameterTypeDefinitions.h" |
Syntax
enum ECustomizableObjectProjectorType
{
Planar = 0 UMETA(DisplayName = "Planar projection"),
Cylindrical = 1 UMETA(DisplayName = "Cylindrical projection"),
Wrapping = 2 UMETA(DisplayName = "Wrapping projection"),
}
Values
| Name |
Remarks |
| Planar |
|
| Cylindrical |
|
| Wrapping |
|