Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
Factory used by external plugins to register custom LiveLinkHub layouts.
| Name | ILiveLinkHubApplicationModeFactory |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/LiveLinkHubApplicationMode.h |
| Include Path | #include "LiveLinkHubApplicationMode.h" |
Syntax
class ILiveLinkHubApplicationModeFactory : public IModularFeature
Derived Classes
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModularFeatureName | const FName | Name of the modular feature. | LiveLinkHubApplicationMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< class FLiveLinkHubApplicationMode > CreateApplicationMode
(
TSharedPtr< FWorkflowCentricApplication > InApp |
LiveLinkHubApplicationMode.h | ||
TSharedRef< class FLiveLinkHubApplicationMode > CreateLiveLinkHubAppMode
(
TSharedPtr< FLiveLinkHubApplicationBase > InApp |
Instantiate an application mode so LiveLinkHub can register it and display it in its Layout Selector. | LiveLinkHubApplicationMode.h |