Navigation
API > API/Plugins > API/Plugins/LiveLinkXR > API/Plugins/LiveLinkXR/ULiveLinkXRSourceFactory
- ULiveLinkSourceFactory::BuildCreationPanel()
- ULiveLinkXRSourceFactory::BuildCreationPanel()
References
| Module | LiveLinkXR |
| Header | /Engine/Plugins/VirtualProduction/LiveLinkXR/Source/LiveLinkXR/Public/LiveLinkXRSourceFactory.h |
| Include | #include "LiveLinkXRSourceFactory.h" |
| Source | /Engine/Plugins/VirtualProduction/LiveLinkXR/Source/LiveLinkXR/Private/LiveLinkXRSourceFactory.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. |