Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FApplicationMode
Description
Register this mode's tab factories with an arbitrary app and tab manager. Derived classes should call this if they override RegisterTabFactories, but want the base class functionality.
| Name | RegisterTabFactoriesWithAppAndManager |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/ApplicationMode.h |
| Include Path | #include "WorkflowOrientedApp/ApplicationMode.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/ApplicationMode.cpp |
void RegisterTabFactoriesWithAppAndManager
(
FWorkflowCentricApplication * InApp,
const TSharedRef < FTabManager > & InTabManager
)