Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Describes a category of an UPropertyValue asset, indicating types of properties that require special handling for any reason. Mirrors EPropertyValueCategory
| Name | EDatasmithPropertyCategory |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithPropertyCategory
{
Undefined = 0,
Generic = 1,
RelativeLocation = 2,
RelativeRotation = 4,
RelativeScale3D = 8,
Visibility = 16,
Material = 32,
Color = 64,
Option = 128,
}
Values
| Name | Remarks |
|---|---|
| Undefined | |
| Generic | |
| RelativeLocation | |
| RelativeRotation | |
| RelativeScale3D | |
| Visibility | |
| Material | |
| Color | |
| Option |