IConcertSyncClient::GetSessionClientActions

Queries the list of opaque actions that could be performed on the specified client session, like turning the client presence visibily on/off in the map.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h

Include

#include "IConcertSyncClient.h"

Syntax

void GetSessionClientActions
(
    const FConcertSessionClientInfo & InClientInfo,
    TArray< FConcertActionDefinition > & OutActions
) const

Remarks

Queries the list of opaque actions that could be performed on the specified client session, like turning the client presence visibily on/off in the map. The actions are usually mapped to buttons and are a way to provide extra functionalities while keeping the implementation hidden.

Parameters

Parameter

Description

InClientInfo

The client for which the actions are queried.

OutActions

The available actions, if any.

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