Navigation
API > API/Plugins > API/Plugins/LiveLinkMasterLockit
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSourceFactory
- ULiveLinkMasterLockitSourceFactory
References
| Module | LiveLinkMasterLockit |
| Header | /Engine/Plugins/VirtualProduction/LiveLinkMasterLockit/Source/LiveLinkMasterLockit/Public/LiveLinkMasterLockitFactory.h |
| Include | #include "LiveLinkMasterLockitFactory.h" |
Syntax
UCLASS&40;&41;
class ULiveLinkMasterLockitSourceFactory : public ULiveLinkSourceFactory
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | CreateConnectionString
(
const FLiveLinkMasterLockitConnectionSettings& 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 |