Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
| Name | FStateTreeEditorModeToolkit |
| Type | class |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorModeToolkit.h |
| Include Path | #include "StateTreeEditorModeToolkit.h" |
Syntax
class FStateTreeEditorModeToolkit : public FModeToolkit
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FModeToolkit → FStateTreeEditorModeToolkit
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStateTreeEditorModeToolkit
(
UStateTreeEditorMode* InEditorMode |
StateTreeEditorModeToolkit.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnStateTreeChanged() |
StateTreeEditorModeToolkit.h |
Overridden from FModeToolkit
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExtendSecondaryModeToolbar
(
UToolMenu* InModeToolbarMenu |
StateTreeEditorModeToolkit.h | ||
virtual void Init
(
const TSharedPtr< IToolkitHost >& InitToolkitHost, |
StateTreeEditorModeToolkit.h | ||
virtual void InvokeUI() |
StateTreeEditorModeToolkit.h | ||
virtual void RequestModeUITabs() |
StateTreeEditorModeToolkit.h |
Overridden from IToolkit
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetBaseToolkitName() |
StateTreeEditorModeToolkit.h | ||
virtual FName GetToolkitFName() |
IToolkit interface | StateTreeEditorModeToolkit.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > GenerateConditionBPBaseClassesMenu() |
StateTreeEditorModeToolkit.h | ||
TSharedRef< SWidget > GenerateConsiderationBPBaseClassesMenu() |
StateTreeEditorModeToolkit.h | ||
TSharedRef< SWidget > GenerateTaskBPBaseClassesMenu() |
StateTreeEditorModeToolkit.h | ||
const FPropertyBindingBindingCollection * GetBindingCollection() |
StateTreeEditorModeToolkit.h | ||
FSlateIcon GetCompileStatusImage() |
StateTreeEditorModeToolkit.h | ||
FText GetStatisticsText() |
StateTreeEditorModeToolkit.h | ||
void HandleTabClosed
(
UE::StateTreeEditor::FSpawnedWorkspaceTab SpawnedTab |
StateTreeEditorModeToolkit.h | ||
void HandleTabSpawned
(
UE::StateTreeEditor::FSpawnedWorkspaceTab SpawnedTab |
StateTreeEditorModeToolkit.h | ||
void OnNodeBPBaseClassPicked
(
UClass* NodeClass |
StateTreeEditorModeToolkit.h | ||
void UpdateStateTreeOutliner() |
StateTreeEditorModeToolkit.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSlateIcon GetNewConditionButtonImage() |
StateTreeEditorModeToolkit.h | ||
static FSlateIcon GetNewConsiderationButtonImage() |
StateTreeEditorModeToolkit.h | ||
static FSlateIcon GetNewTaskButtonImage() |
StateTreeEditorModeToolkit.h |