Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowCentricApplication.h |
Include |
#include "WorkflowOrientedApp/WorkflowCentricApplication.h" |
class FWorkflowCentricApplication : public FAssetEditorToolkit
Name | Description | ||
---|---|---|---|
|
TSharedPtr< FAp... |
CurrentAppModePtr |
Name | Description | ||
---|---|---|---|
|
void |
AddApplicationMode ( |
|
|
GetCurrentMode() |
Returns the current mode of this application. |
|
|
TSharedPtr< ... |
GetCurrentModePtr() |
|
|
GetModeExtenderList() |
Gets the mode extender list for all workflow applications (append to customize a specific mode) |
|
|
GetToolMenuToolbarNameForMode |
Returns the name of the toolbar for the given mode along with the name of the toolbar's parent. |
|
|
bool |
IsModeCurrent ( |
|
|
void |
PushTabFactories ( |
|
|
UToolMenu &#... |
RegisterModeToolbarIfUnregistered ( |
Registers toolbar for a mode if not already registered |
|
void |
SetCurrentMode ( |
Attempt to set the current mode. If this mode is illegal or unknown, the mode will remain unchanged. |
Name | Description | ||
---|---|---|---|
|
GetToolMenuToolbarName ( |
Get name used by tool menu |
|
|
void |
OnClose() |
Called when this toolkit is being closed |
|
bool |
OnRequestClose() |
Called when this toolkit is requested to close. Returns false if closing should be prevented. |
Name | Description | ||
---|---|---|---|
|
void |
RegisterTabSpawners ( |
IToolkit interface |
|
void |
UnregisterTabSpawners ( |
Unregister tabs that this toolkit can spawn |
Name |
Description |
---|---|
ModeExtenderList |