Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/Tools
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/Tools/ControlRigTweener.h |
| Include | #include "Tools/ControlRigTweener.h" |
Syntax
struct FAnimSliderKeySelection
Remarks
Contains the selection state for a set of keys to blend with the anim slider
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FCurveEditor > | CurveEditor | ||
| TMap< FCurveModelID, FContiguousKeysArray > | KeyMap |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Setup
(
TWeakPtr< ISequencer >& InSequencer |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FContiguousKeys | List of keys in a row | ||
| FContiguousKeysArray | All the selectedv keys in a row for a particular curve, plust pointers to all of the keys |