FRemoteSessionLiveLinkChannel

Windows
MacOS
Linux

Inheritance Hierarchy

IRemoteSessionChannel

FRemoteSessionLiveLinkChannel

References

Module

RemoteSession

Header

/Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionLiveLinkChannel.h

Include

#include "Channels/RemoteSessionLiveLinkChannel.h"

Syntax

class FRemoteSessionLiveLinkChannel : public IRemoteSessionChannel

Variables

Name Description

Protected variable

TSharedPtr< IBa...

 

Connection

Protected variable

ERemoteSessionC...

 

Role

Protected variable

FDelegateHandle

 

RouteHandle

So we can manage callback lifetimes properly

Constructors

Destructors

Functions

Name Description

Protected function

void

 

ReceiveLiveLinkHello

(
    IBackChannelPacket& Message
)

Handles data coming from the client

Public function

void

 

SendLiveLinkHello

(
    const FStringView InSubjectName
)

Sends the current location and rotation for the XRTracking system to the remote

Public function Static

const TCHAR ...

 

StaticType()

Begin IRemoteSessionChannel implementation

Overridden from IRemoteSessionChannel

Name Description

Public function Virtual Const

const TCHAR ...

 

GetType()

Public function Virtual

void

 

Tick

(
    const float InDeltaTime
)

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