Navigation
API > API/Plugins > API/Plugins/LiveLinkMasterLockit
| Name | ULiveLinkMasterLockitSourceFactory |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkMasterLockit/Source/LiveLinkMasterLockit/Public/LiveLinkMasterLockitFactory.h |
| Include Path | #include "LiveLinkMasterLockitFactory.h" |
Syntax
UCLASS ()
class ULiveLinkMasterLockitSourceFactory : public ULiveLinkSourceFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkSourceFactory → ULiveLinkMasterLockitSourceFactory
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FBuildCreationPanelDelegate | TBaseDelegate_TwoParams< TSharedPtr< SWidget >, const ULiveLinkMasterLockitSourceFactory *, FOnLiveLinkSourceCreated > | LiveLinkMasterLockitFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnBuildCreationPanel | FBuildCreationPanelDelegate | LiveLinkMasterLockitFactory.h |
Functions
Public
Overridden from ULiveLinkSourceFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > BuildCreationPanel
(
FOnLiveLinkSourceCreated OnLiveLinkSourceCreated |
LiveLinkMasterLockitFactory.h | ||
virtual TSharedPtr< ILiveLinkSource > CreateSource
(
const FString& ConnectionString |
LiveLinkMasterLockitFactory.h | ||
virtual EMenuType GetMenuType() |
LiveLinkMasterLockitFactory.h | ||
virtual FText GetSourceDisplayName() |
LiveLinkMasterLockitFactory.h | ||
virtual FText GetSourceTooltip() |
LiveLinkMasterLockitFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString CreateConnectionString
(
const FLiveLinkMasterLockitConnectionSettings& Settings |
LiveLinkMasterLockitFactory.h |