Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools > API/Plugins/ControlRigEditor/Tools/FAnimSliderKeySelection
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigTweener.h |
| Include | #include "Tools/ControlRigTweener.h" |
Syntax
struct FContiguousKeysArray
Remarks
All the selectedv keys in a row for a particular curve, plust pointers to all of the keys
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FKeyHandle > | AllKeyHandles | ||
| TArray< FKeyPosition > | AllKeyPositions | ||
| TArray< FContiguousKeys > | KeysArray |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContiguousKeysArray
(
const TArray< FKeyHandle >& InAllKeyHandle, |