Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/INodeAndChannelMappings.h |
| Include | #include "INodeAndChannelMappings.h" |
Syntax
struct FControlRigFbxCurveData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AttributeName | The name of the FBX node's attribute (i.e. 'X', 'Weight'...) holding this curve | |
| FString | AttributePropertyName | The name of the FBX node's property (i.e. 'Rotation', 'Scale'...) holding the channel attribute. Usually empty for non transform curves | |
| FName | ControlName | The name of the control associated to this curve. | |
| FFBXControlRigTypeProxyEnum | ControlType | The type of the control associated to this curve. | |
| FString | NodeName | The name of the node holding this curve. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |