Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
Include |
#include "WorkflowOrientedApp/WorkflowTabManager.h" |
class FWorkflowAllowedTabSet
Name | Description | ||
---|---|---|---|
|
void |
Clear() |
Clears the set. |
|
CreateIterator() |
Allows iteration over Factories. |
|
|
TSharedPtr< ... |
GetFactory ( |
Searches this set for a factory with the specified ID, or returns NULL. |
|
void |
MergeInSet ( |
Merges in a set of factories into this set - duplicates are OK. |
|
void |
RegisterFactory ( |
Registers a factory with this set - must be unique. |
|
void |
UnregisterFactory ( |
Unregisters a factory with this specified ID. |