Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| |
|
| Name |
EAttributeEditorAttribType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/AttributeEditorTool.h |
| Include Path |
#include "AttributeEditorTool.h" |
Syntax
enum EAttributeEditorAttribType
{
Int32 = 0,
Boolean = 1,
Float = 2,
Vector2 = 3,
Vector3 = 4,
Vector4 = 5,
String = 6,
Unknown = 7,
}
Values
| Name |
Remarks |
| Int32 |
|
| Boolean |
|
| Float |
|
| Vector2 |
|
| Vector3 |
|
| Vector4 |
|
| String |
|
| Unknown |
|