Navigation
API > API/Plugins > API/Plugins/LiveLinkXR
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULiveLinkSourceFactory
- ULiveLinkXRSourceFactory
References
| Module | LiveLinkXR |
| Header | /Engine/Plugins/VirtualProduction/LiveLinkXR/Source/LiveLinkXR/Public/LiveLinkXRSourceFactory.h |
| Include | #include "LiveLinkXRSourceFactory.h" |
Syntax
UCLASS&40;&41;
class ULiveLinkXRSourceFactory : public ULiveLinkSourceFactory
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) |