Navigation
API > API/Runtime > API/Runtime/DatasmithCore
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