Navigation
Unreal Engine C++ API Reference > Plugins > LiveLinkPrestonMDR
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSourceFactory
- ULiveLinkPrestonMDRSourceFactory
References
Module | LiveLinkPrestonMDR |
Header | /Engine/Plugins/VirtualProduction/LiveLinkPrestonMDR/Source/LiveLinkPrestonMDR/Public/LiveLinkPrestonMDRFactory.h |
Include | #include "LiveLinkPrestonMDRFactory.h" |
Syntax
UCLASS&40;&41;
class ULiveLinkPrestonMDRSourceFactory : public ULiveLinkSourceFactory
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FString | CreateConnectionString
(
const FLiveLinkPrestonMDRConnectionSettings& Settings |
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) |
Typedefs
Name | Description |
---|---|
FBuildCreationPanelDelegate |
Constants
Name | Description |
---|---|
OnBuildCreationPanel |