EDatasmithPropertyCategory

Describes a category of an [UPropertyValue](API\Plugins\VariantManagerContent\UPropertyValue) asset, indicating types of properties that require special handling for any reason.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h

Include

#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

Description

Undefined

Generic

RelativeLocation

RelativeRotation

RelativeScale3D

Visibility

Material

Color

Option

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss