Navigation
API > API/Plugins > API/Plugins/RemoteSession
| Name | FRemoteSessionLiveLinkChannel |
| Type | class |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionLiveLinkChannel.h |
| Include Path | #include "Channels/RemoteSessionLiveLinkChannel.h" |
Syntax
class FRemoteSessionLiveLinkChannel : public IRemoteSessionChannel
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteSessionLiveLinkChannel
(
ERemoteSessionChannelMode InRole, |
Channels/RemoteSessionLiveLinkChannel.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRemoteSessionLiveLinkChannel() |
Channels/RemoteSessionLiveLinkChannel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendLiveLinkHello
(
const FStringView InSubjectName |
Sends the current location and rotation for the XRTracking system to the remote | Channels/RemoteSessionLiveLinkChannel.h |
Overridden from IRemoteSessionChannel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TCHAR * GetType() |
Channels/RemoteSessionLiveLinkChannel.h | ||
virtual void Tick
(
const float InDeltaTime |
Channels/RemoteSessionLiveLinkChannel.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReceiveLiveLinkHello
(
IBackChannelPacket& Message |
Handles data coming from the client | Channels/RemoteSessionLiveLinkChannel.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TCHAR * StaticType() |
Begin IRemoteSessionChannel implementation | Channels/RemoteSessionLiveLinkChannel.h |