Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceFactory.h |
Include |
#include "LiveLinkSourceFactory.h" |
class ULiveLinkSourceFactory : public UObject
Base class of factory that creates Source. A source can be created in the editor via the Live Link panel or at runtime via a connection string.
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
BuildCreationPanel ( |
Create a widget responsible for the creation of a Live Link source. |
|
TSharedPtr< ... |
CreateSource ( |
Create a new source from a ConnectionString |
|
GetMenuType() |
How the factory should be visible in the LiveLink UI. |
|
|
GetSourceDisplayName() |
The name of the menu item (of any EMenuType) |
|
|
GetSourceTooltip() |
The tooltip of the menu item (of any EMenyType) |
Name |
Description |
|
---|---|---|
|
EMenuType |
Name |
Description |
---|---|
FOnLiveLinkSourceCreated |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
CreateSourceCreationPanel() |
CreateSourceCreationPanel is deprecated. LiveLinkSourceFactory can now be used at runtime. This factory won't work until it's been updated. |
|
TSharedPtr< ... |
OnSourceCreationPanelClosed ( |
OnSourceCreationPanelClosed is deprecated. LiveLinkSourceFactory can now be used at runtime. The factory won't work until it's been updated. |