Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FControlRigChannelMetaData |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterSection.h |
| Include Path | #include "Sequencer/MovieSceneControlRigParameterSection.h" |
Syntax
struct FControlRigChannelMetaData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sequencer/MovieSceneControlRigParameterSection.h | |||
FControlRigChannelMetaData
(
EControlRigControlType InType, |
Sequencer/MovieSceneControlRigParameterSection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ControlName | FName | Sequencer/MovieSceneControlRigParameterSection.h | ||
| EntitySystemID | uint32 | Sequencer/MovieSceneControlRigParameterSection.h | ||
| IndexWithinControl | int32 | Sequencer/MovieSceneControlRigParameterSection.h | ||
| Type | EControlRigControlType | Sequencer/MovieSceneControlRigParameterSection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetChannelIndex() |
Sequencer/MovieSceneControlRigParameterSection.h | ||
FName GetControlName() |
Sequencer/MovieSceneControlRigParameterSection.h | ||
uint32 GetEntitySystemID() |
Sequencer/MovieSceneControlRigParameterSection.h | ||
EControlRigControlType GetType() |
Sequencer/MovieSceneControlRigParameterSection.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Sequencer/MovieSceneControlRigParameterSection.h |