Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FWorkflowTabSpawnInfo |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabFactory.h |
| Include Path | #include "WorkflowOrientedApp/WorkflowTabFactory.h" |
Syntax
class FWorkflowTabSpawnInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWorkflowTabSpawnInfo() |
WorkflowOrientedApp/WorkflowTabFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Payload | TSharedPtr< FTabPayload > | Payload to spawn the tab with. | WorkflowOrientedApp/WorkflowTabFactory.h | |
| TabInfo | TSharedPtr< class FTabInfo > | The TabInfo being used to spawn this. | WorkflowOrientedApp/WorkflowTabFactory.h | |
| TabManager | TSharedPtr< FTabManager > | The parent tab manager | WorkflowOrientedApp/WorkflowTabFactory.h |