EDatasmithElementVariantSubType

Subtype of the Variant EDatasmithElementType, containing property value, variant, variant set, etc.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

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

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithElementVariantSubType
{
    None                     = 0,
    LevelVariantSets         = 1 << 0,
    VariantSet               = 1 << 1,
    Variant                  = 1 << 2,
    ActorBinding             = 1 << 3,
    PropertyCapture          = 1 << 4,
    ObjectPropertyCapture    = 1 << 5,
}

Values

Name

Description

None

LevelVariantSets

VariantSet

Variant

ActorBinding

PropertyCapture

ObjectPropertyCapture

Remarks

Subtype of the Variant EDatasmithElementType, containing property value, variant, variant set, etc.

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