Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabManager.h" |
Syntax
class FWorkflowAllowedTabSet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Clears the set. | |
| TMap< FName, TSharedPtr< class FWorkflowTabFactory > >::TIterator | Allows iteration over Factories. | ||
| TSharedPtr< class FWorkflowTabFactory > | GetFactory
(
FName FactoryID |
Searches this set for a factory with the specified ID, or returns NULL. | |
| void | MergeInSet
(
const FWorkflowAllowedTabSet& OtherSet |
Merges in a set of factories into this set - duplicates are OK. | |
| void | RegisterFactory
(
TSharedPtr< class FWorkflowTabFactory > Factory |
Registers a factory with this set - must be unique. | |
| void | UnregisterFactory
(
FName FactoryID |
Unregisters a factory with this specified ID. |