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

64

GENERIC: DatasmithPropertyCategory

1

MATERIAL: DatasmithPropertyCategory

32

OPTION: DatasmithPropertyCategory

128

RELATIVE_LOCATION: DatasmithPropertyCategory

2

RELATIVE_ROTATION: DatasmithPropertyCategory

4

RELATIVE_SCALE3D: DatasmithPropertyCategory

8

UNDEFINED: DatasmithPropertyCategory

0

VISIBILITY: DatasmithPropertyCategory

16