unreal.DatasmithPropertyCategory

class unreal.DatasmithPropertyCategory

Bases: EnumBase

Describes a category of an UPropertyValue asset, indicating types of properties that require special handling for any reason. Mirrors EPropertyValueCategory

C++ Source:

  • Module: DatasmithCore

  • File: DatasmithDefinitions.h

COLOR: DatasmithPropertyCategory = Ellipsis

64

GENERIC: DatasmithPropertyCategory = Ellipsis

1

MATERIAL: DatasmithPropertyCategory = Ellipsis

32

OPTION: DatasmithPropertyCategory = Ellipsis

128

RELATIVE_LOCATION: DatasmithPropertyCategory = Ellipsis

2

RELATIVE_ROTATION: DatasmithPropertyCategory = Ellipsis

4

RELATIVE_SCALE3D: DatasmithPropertyCategory = Ellipsis

8

UNDEFINED: DatasmithPropertyCategory = Ellipsis

0

VISIBILITY: DatasmithPropertyCategory = Ellipsis

16