Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
Base class for the live link hub application, meant to expose a limited interface to modes that extend FLiveLinkHubApplicationMode.
| Name | FLiveLinkHubApplicationBase |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/LiveLinkHubApplicationBase.h |
| Include Path | #include "LiveLinkHubApplicationBase.h" |
Syntax
class FLiveLinkHubApplicationBase : public FWorkflowCentricApplication
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FAssetEditorToolkit → FWorkflowCentricApplication → FLiveLinkHubApplicationBase
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FLiveLinkHubApplicationBase() |
LiveLinkHubApplicationBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddLiveLinkHubApplicationMode
(
FName ModeName, |
Add a LiveLinkHub application mode. | LiveLinkHubApplicationBase.h | |
void PushTabFactories
(
const FWorkflowAllowedTabSet& FactorySetToPush, |
Push tab factories for the given mode. | LiveLinkHubApplicationBase.h |