Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp > API/Editor/UnrealEd/WorkflowOrientedApp/FWorkflowTabFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabFactory.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabFactory.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp |
virtual void UpdateTab
(
TSharedPtr < SDockTab > InDockTab,
const FWorkflowTabSpawnInfo & Info,
TSharedPtr < SWidget > InContent
) const
Remarks
Updates a given tab with new content
Parameters
| Name | Description |
|---|---|
| InDockTab | The tab to update |
| InInfo | The spawning info, used to generate required tab information |
| InContent | The content to update the tab with |