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