Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- USequencerPivotToolBuilder
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/SequencerAnimEditPivotTool.h |
| Include | #include "SequencerAnimEditPivotTool.h" |
Syntax
UCLASS&40;&41;
class USequencerPivotToolBuilder : public UInteractiveToolBuilder
Remarks
The way this sequencer pivot tool works is that it will use modify the incoming selections temp pivot while the mode is active. Reselecting will turn off the mode. Builder for USequencerPivotTool
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveTool * | BuildTool
(
const FToolBuilderState& SceneState |
Create a new instance of this builder's Tool | |
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |