Navigation
API > API/Runtime > API/Runtime/Engine
Enum used to determine a component channel of a transform curve
| Name | ETransformCurveChannel |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/CurveIdentifier.h |
| Include Path | #include "Animation/AnimData/CurveIdentifier.h" |
Syntax
enum ETransformCurveChannel
{
Position,
Rotation,
Scale,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Position | |
| Rotation | |
| Scale | |
| Invalid |