ULiveLinkXRSourceFactory::BuildCreationPanel

Create a widget responsible for the creation of a Live Link source.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual TSharedPtr< SWidget > BuildCreationPanel
(
    FOnLiveLinkSourceCreated OnLiveLinkSourceCreated
) const

Remarks

Create a widget responsible for the creation of a Live Link source.

Returns

The subpanel UI created by the factory.

Parameters

Parameter

Description

OnLiveLinkSourceCreated

Callback to call when the source has been created by the custom UI.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss