Navigation
Unreal Engine C++ API Reference > Plugins > LiveLinkPrestonMDR > ULiveLinkPrestonMDRSourceFactory
- ULiveLinkSourceFactory::BuildCreationPanel()
- ULiveLinkPrestonMDRSourceFactory::BuildCreationPanel()
References
Module | LiveLinkPrestonMDR |
Header | /Engine/Plugins/VirtualProduction/LiveLinkPrestonMDR/Source/LiveLinkPrestonMDR/Public/LiveLinkPrestonMDRFactory.h |
Include | #include "LiveLinkPrestonMDRFactory.h" |
Source | /Engine/Plugins/VirtualProduction/LiveLinkPrestonMDR/Source/LiveLinkPrestonMDR/Private/LiveLinkPrestonMDRFactory.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. |