Navigation
API > API/Plugins > API/Plugins/LiveLink
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSourceFactory
- ULiveLinkMessageBusSourceFactory
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusSourceFactory.h |
| Include | #include "LiveLinkMessageBusSourceFactory.h" |
Syntax
UCLASS ()
class ULiveLinkMessageBusSourceFactory : public ULiveLinkSourceFactory
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | CreateConnectionString
(
const FProviderPollResult& Result |
||
| TSharedPtr< class FLiveLinkMessageBusSource > | MakeSource
(
const FText& Name, |
This allows the creation of a message bus source derived from FLiveLinkMessageBusSource. | |
| void | OnSourceSelected
(
FProviderPollResultPtr SelectedSource, |
Overridden from ULiveLinkSourceFactory
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | BuildCreationPanel
(
FOnLiveLinkSourceCreated OnLiveLinkSourceCreated |
Create a widget responsible for the creation of a Live Link source. | |
| TSharedPtr< ILiveLinkSource > | CreateSource
(
const FString& ConnectionString |
Create a new source from a ConnectionString | |
| EMenuType | GetMenuType () |
How the factory should be visible in the LiveLink UI. | |
| FText | The name of the menu item (of any EMenuType) | ||
| FText | The tooltip of the menu item (of any EMenyType) |