ULiveLinkFreeDSourceFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLinkFreeD

Header

/Engine/Plugins/VirtualProduction/LiveLinkFreeD/Source/LiveLinkFreeD/Public/LiveLinkFreeDSourceFactory.h

Include

#include "LiveLinkFreeDSourceFactory.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class ULiveLinkFreeDSourceFactory : public ULiveLinkSourceFactory

Overridden from ULiveLinkSourceFactory

Name Description

Public function Virtual Const

TSharedPtr< ...

 

BuildCreationPanel

(
    FOnLiveLinkSourceCreated OnLiveLink...
)

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

Public function Virtual Const

TSharedPtr< ...

 

CreateSource

(
    const FString& ConnectionString
)

Create a new source from a ConnectionString

Public function Virtual Const

EMenuType

 

GetMenuType()

How the factory should be visible in the LiveLink UI.

Public function Virtual Const

FText

 

GetSourceDisplayName()

The name of the menu item (of any EMenuType)

Public function Virtual Const

FText

 

GetSourceTooltip()

The tooltip of the menu item (of any EMenyType)

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