Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ULiveLinkSourceFactory
- ULiveLinkSourceFactory::BuildCreationPanel()
- ULiveLinkFreeDSourceFactory::BuildCreationPanel()
- ULiveLinkVRPNSourceFactory::BuildCreationPanel()
- ULiveLinkXRSourceFactory::BuildCreationPanel()
- ULiveLinkMessageBusSourceFactory::BuildCreationPanel()
- ULiveLinkMasterLockitSourceFactory::BuildCreationPanel()
- ULiveLinkPrestonMDRSourceFactory::BuildCreationPanel()
References
Module | LiveLinkInterface |
Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceFactory.h |
Include | #include "LiveLinkSourceFactory.h" |
Source | /Engine/Source/Runtime/LiveLinkInterface/Private/LiveLinkSourceFactory.cpp |
virtual TSharedPtr< SWidget > BuildCreationPanel
&40;
FOnLiveLinkSourceCreated OnLiveLinkSourceCreated
&41; const
Remarks
Create a widget responsible for the creation of a Live Link source. The subpanel UI created by the factory.
Parameters
Name | Description |
---|---|
OnLiveLinkSourceCreated | Callback to call when the source has been created by the custom UI. |