Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode
Inheritance Hierarchy
- FModeToolkit
- FScriptableToolsEditorModeToolkit
References
| Module | ScriptableToolsEditorMode |
| Header | /Engine/Plugins/Editor/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 | |
|---|---|---|---|
| bool | |||
| void | BuildToolPalette
(
FName PaletteName, |
||
| void | |||
| void | ClearWarning () |
||
| void | CustomizeModeDetailsViewArgs
(
FDetailsViewArgs& ArgsInOut |
||
| void | EnableShowRealtimeWarning
(
bool bEnable |
||
| void | |||
| void | |||
| FText | |||
| FText | |||
| FText | |||
| TSharedPtr< class SWidget > | |||
| FName | IToolkit interface | ||
| FText | GetToolPaletteDisplayName
(
FName PaletteName |
||
| void | GetToolPaletteNames
(
TArray< FName >& InPaletteName |
Returns the Mode specific tabs in the mode toolbar | |
| TOptional< float > | |||
| bool | |||
| bool | |||
| void | Init
(
const TSharedPtr< IToolkitHost >& InitToolkitHost, |
FModeToolkit interface | |
| void | Initialize toolkit widgets that need to wait until mode is initialized/entered | ||
| void | InvokeUI () |
||
| void | OnActiveViewportChanged
(
TSharedPtr< IAssetViewport >, |
||
| void | OnToolEnded
(
UInteractiveToolManager* Manager, |
||
| void | OnToolPaletteChanged
(
FName PaletteName |
||
| void | OnToolStarted
(
UInteractiveToolManager* Manager, |
||
| void | PostNotification
(
const FText& Message |
Set/clear notification message area | |
| void | PostWarning
(
const FText& Message |
Set/clear warning message area | |
| void | FModeToolkit interface | ||
| void | |||
| void | SetAsyncProgress
(
float PercentLoaded |
||
| bool | |||
| void | Async Tool Loading. |
Constants
| Name | Description |
|---|---|
| PaletteNames_Standard |