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
class FAnimBlendTooLManager
Remarks
Simple manager that holds all of the registered blend tools This will then be used by whatever the view wants to do to display these tool
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< TSharedPtr< FBaseAnimSlider > > & | |||
| TArray< TSharedPtr< FBaseAnimSlider > > & | |||
| void | RegisterAnimSlider
(
TSharedPtr< FBaseAnimSlider > AnimSlider |