Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
Provides an interface for elements that wish to add additional content (tabs) to LiveLinkHub.
| Name | ILiveLinkHubComponent |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/ILiveLinkHubComponent.h |
| Include Path | #include "ILiveLinkHubComponent.h" |
Syntax
class ILiveLinkHubComponent : public IModularFeature
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILiveLinkHubComponent() |
ILiveLinkHubComponent.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModularFeatureName | const FName | Name of the modular feature. | ILiveLinkHubComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS void Init
(
const FLiveLinkHubComponentInitParams& Params |
Initialises the component, e.g. registering tab spawners, etc. | ILiveLinkHubComponent.h |