Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/ULiveLinkSourceFactory
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
(
FOnLiveLinkSourceCreated OnLiveLinkSourceCreated
) 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. |