FRemoteSessionChannelRegistry

Windows
MacOS
Linux

References

Module

RemoteSession

Header

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

Include

#include "Channels/RemoteSessionChannel.h"

Syntax

class FRemoteSessionChannelRegistry

Variables

Name Description

Protected variable

TArray< FRemote...

 

KnownChannels

Protected variable

TMap< FString, ...

 

RegisteredFactories

Constructors

Functions

Name Description

Public function

TSharedPtr< ...

 

CreateChannel

(
    const FStringView InChannelName,
    ERemoteSessionChannelMode InMode,
    TBackChannelSharedPtr< IBackChannel...
)

Public function Static

FRemoteSessi...

 

Get()

Public function Const

const TArray...

 

GetRegisteredFactories()

Public function

void

 

RegisterChannelFactory

(
    const TCHAR* InChannelName,
    ERemoteSessionChannelMode InHostMod...,
    TWeakPtr< IRemoteSessionChannelFact...
)

Public function

void

 

RemoveChannelFactory

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