Navigation
API > API/Plugins > API/Plugins/RemoteSession
Inheritance Hierarchy
- IRemoteSessionRole
- IRemoteSessionUnmanagedRole
References
| Module | RemoteSession |
| Header | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/IRemoteSessionRole.h |
| Include | #include "IRemoteSessionRole.h" |
Syntax
class IRemoteSessionRole
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< T > | GetChannel () |
||
| TSharedPtr< IRemoteSessionChannel > | GetChannel
(
const TCHAR* Type |
||
| FString | |||
| bool | HasError () |
||
| bool | IsConnected () |
||
| bool | Future versions will support querying the version type, at the moment we just have old & new | ||
| bool | OpenChannel
(
const FRemoteSessionChannelInfo& Info |
||
| FDelegateHandle | RegisterChannelChangeDelegate
(
FOnRemoteSessionChannelChange::FDelegate InDelegate |
Register for notifications whenever a change in the state of a channel occurs | |
| FDelegateHandle | RegisterChannelListDelegate
(
FOnRemoteSessionReceiveChannelList::FDelegate InDelegate |
Register for notifications when the host sends a list of available channels | |
| FDelegateHandle | RegisterConnectionChangeDelegate
(
FOnRemoteSessionConnectionChange::FDelegate InDelegate |
Registers a delegate for notifications of connection changes | |
| void | RemoveAllDelegates
(
void* UserObject |
Unregister all delegates for the specified object |