Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
References
| Module | LiveLinkHub |
| Header | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/ILiveLinkHubComponent.h |
| Include | #include "ILiveLinkHubComponent.h" |
Syntax
struct FLiveLinkHubComponentInitParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FTabManager::FStack > | MainStack | The root area of the main window layout. Add tabs to this. | |
| TSharedRef< SWindow > | Window | LiveLinkHub's main Window. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkHubComponentInitParams
(
TSharedRef< SWindow > InWindow, |