Navigation
API > API/Runtime > API/Runtime/Engine
The transform component (attribute) to read from.
| Name | EComponentType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
namespace EComponentType
{
enum Type
{
None = 0,
TranslationX,
TranslationY,
TranslationZ,
RotationX,
RotationY,
RotationZ,
Scale,
ScaleX,
ScaleY,
ScaleZ,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| TranslationX | |
| TranslationY | |
| TranslationZ | |
| RotationX | |
| RotationY | |
| RotationZ | |
| Scale | |
| ScaleX | |
| ScaleY | |
| ScaleZ |