Navigation
API > API/Plugins > API/Plugins/LiveLink
| Name | ULiveLinkMessageBusSourceFactory |
| Type | class |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkMessageBusSourceFactory.h |
| Include Path | #include "LiveLinkMessageBusSourceFactory.h" |
Syntax
UCLASS (MinimalAPI)
class ULiveLinkMessageBusSourceFactory : public ULiveLinkSourceFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSourceFactory → ULiveLinkMessageBusSourceFactory
Functions
Public
Overridden from ULiveLinkSourceFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > BuildCreationPanel
(
FOnLiveLinkSourceCreated OnLiveLinkSourceCreated |
LiveLinkMessageBusSourceFactory.h | ||
virtual TSharedPtr< ILiveLinkSource > CreateSource
(
const FString& ConnectionString |
LiveLinkMessageBusSourceFactory.h | ||
virtual EMenuType GetMenuType() |
LiveLinkMessageBusSourceFactory.h | ||
virtual FText GetSourceDisplayName() |
LiveLinkMessageBusSourceFactory.h | ||
virtual FText GetSourceTooltip() |
LiveLinkMessageBusSourceFactory.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< class FLiveLinkMessageBusSource > MakeSource
(
const FText& Name, |
This allows the creation of a message bus source derived from FLiveLinkMessageBusSource. | LiveLinkMessageBusSourceFactory.h | |
void OnSourceSelected
(
FProviderPollResultPtr SelectedSource, |
LiveLinkMessageBusSourceFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString CreateConnectionString
(
const FProviderPollResult& Result |
LiveLinkMessageBusSourceFactory.h |