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