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