ETransformChannelComponents

Enum mainly used to describe which components of a transform animation are enabled.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

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

Include

#include "DatasmithUtils.h"

Syntax

enum ETransformChannelComponents
{
    None    = 0x00,
    X       = 0x01,
    Y       = 0x02,
    Z       = 0x04,
    All     = X | Y | Z,
}

Values

Name

Description

None

X

Y

Z

All

Remarks

Enum mainly used to describe which components of a transform animation are enabled. Should mostly be used with FDatasmithAnimationUtils::GetChannelTypeComponents

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