Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
| Name | USequencerToolsEditMode |
| Type | class |
| Header File | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/SequencerToolsEditMode.h |
| Include Path | #include "SequencerToolsEditMode.h" |
Syntax
UCLASS ()
class USequencerToolsEditMode : public UBaseLegacyWidgetEdMode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdMode → UBaseLegacyWidgetEdMode → USequencerToolsEditMode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USequencerToolsEditMode() |
SequencerToolsEditMode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~USequencerToolsEditMode() |
SequencerToolsEditMode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModeName | FEditorModeID | SequencerToolsEditMode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDeactivateOnPIEStartStateToRestore | bool | SequencerToolsEditMode.h | ||
| bDeactivateOnSaveWorldToRestore | bool | SequencerToolsEditMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Enter() |
SequencerToolsEditMode.h | ||
virtual void Exit() |
SequencerToolsEditMode.h | ||
virtual bool InputKey
(
FEditorViewportClient* InViewportClient, |
SequencerToolsEditMode.h | ||
virtual bool IsCompatibleWith
(
FEditorModeID OtherModeID |
SequencerToolsEditMode.h | ||
virtual bool UsesPropertyWidgets() |
SequencerToolsEditMode.h | ||
virtual bool UsesToolkits() |
SequencerToolsEditMode.h | ||
virtual bool UsesTransformWidget() |
SequencerToolsEditMode.h |