Navigation
API > API/Runtime > API/Runtime/MovieScene
Enumeration specifying the control type. Must match ERigControlType in order
| Name | FFBXControlRigTypeProxyEnum |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/INodeAndChannelMappings.h |
| Include Path | #include "INodeAndChannelMappings.h" |
Syntax
enum FFBXControlRigTypeProxyEnum
{
Bool,
Float,
Integer,
Vector2D,
Position,
Scale,
Rotator,
Transform,
TransformNoScale,
EulerTransform,
}
Values
| Name | Remarks |
|---|---|
| Bool | |
| Float | |
| Integer | |
| Vector2D | |
| Position | |
| Scale | |
| Rotator | |
| Transform | |
| TransformNoScale | |
| EulerTransform |