FLiveLinkVRPNSource

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLinkVRPN

Header

/Engine/Plugins/VirtualProduction/LiveLinkVRPN/Source/LiveLinkVRPN/Public/LiveLinkVRPNSource.h

Include

#include "LiveLinkVRPNSource.h"

Syntax

class FLiveLinkVRPNSource :
    public ILiveLinkSource,
    public FRunnable,
    public TSharedFromThis< FLiveLinkVRPNSource >

Constructors

Name Description

Public function

FLiveLinkVRPNSource

(
    const FLiveLinkVRPNConnectionSettin...
)

Destructors

Name Description

Public function Virtual

~FLiveLinkVRPNSource()

Functions

Name Description

Public function

void

 

Start()

Overridden from ILiveLinkSource

Name Description

Public function Virtual Const

TSubclassOf<...

 

GetSettingsClass()

Setting class to display and used by the Source.

Public function Virtual Const

FText

 

GetSourceMachineName()

For UI, from where the source data is coming from.

Public function Virtual Const

FText

 

GetSourceStatus()

For UI, what is the status of the source.

Public function Virtual Const

FText

 

GetSourceType()

For UI, what is the identifier of the source.

Public function Virtual Const

bool

 

IsSourceStillValid()

Returns whether the Source is connected to its data provider and can still push valid data.

Public function Virtual

void

 

ReceiveClient

(
    ILiveLinkClient* InClient,
    FGuid InSourceGuid
)

The source has been added to the Client and a Guid has been associated.

Public function Virtual

bool

 

RequestSourceShutdown()

Request the source to shutdown.

Overridden from FRunnable

Name Description

Public function Virtual

void

 

Exit()

Exits the runnable object.

Public function Virtual

bool

 

Init()

Initializes the runnable object.

Public function Virtual

uint32

 

Run()

Runs the runnable object.

Public function Virtual

void

 

Stop()

Stops the runnable object.

This is called if a thread is requested to terminate early.

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