Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode
Inheritance Hierarchy
- FBaseToolkit
- TSharedFromThis
- FModeToolkit
- FScriptableToolsEditorModeToolkit
References
| Module | ScriptableToolsEditorMode |
| Header | /Engine/Plugins/Experimental/ScriptableToolsEditorMode/Source/ScriptableToolsEditorMode/Public/ScriptableToolsEditorModeToolkit.h |
| Include | #include "ScriptableToolsEditorModeToolkit.h" |
Syntax
class FScriptableToolsEditorModeToolkit : public FModeToolkit
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | ClearWarning () |
||
| void | EnableShowRealtimeWarning
(
bool bEnable |
||
| void | |||
| void | Initialize toolkit widgets that need to wait until mode is initialized/entered | ||
| void | |||
| void | PostNotification
(
const FText& Message |
Set/clear notification message area | |
| void | PostWarning
(
const FText& Message |
Set/clear warning message area |
Overridden from FModeToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | BuildToolPalette
(
FName Palette, |
||
| void | CustomizeModeDetailsViewArgs
(
FDetailsViewArgs& ArgsInOut |
||
| FText | |||
| FText | |||
| FText | GetToolPaletteDisplayName
(
FName Palette |
||
| void | GetToolPaletteNames
(
TArray< FName >& InPaletteName |
Returns the Mode specific tabs in the mode toolbar | |
| bool | Exclusive Tool Palettes only allow users to use tools from one palette at a time | ||
| bool | Integrated Tool Palettes show up in the same panel as their details | ||
| void | Init
(
const TSharedPtr< IToolkitHost >& InitToolkitHost, |
FModeToolkit interface | |
| void | InvokeUI () |
||
| void | OnToolEnded
(
UInteractiveToolManager* Manager, |
||
| void | OnToolPaletteChanged
(
FName PaletteName |
||
| void | OnToolStarted
(
UInteractiveToolManager* Manager, |
Overridden from IToolkit
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the localized name of this toolkit type (typically just " |
||
| TSharedPtr< class SWidget > | |||
| FName | IToolkit interface |
Constants
| Name | Description |
|---|---|
| PaletteNames_Standard |