Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertSyncClient
Description
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.
| Name | GetSessionClientActions |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertSyncClient.h |
| Include Path | #include "IConcertSyncClient.h" |
void GetSessionClientActions
(
const FConcertSessionClientInfo & InClientInfo,
TArray < FConcertActionDefinition > & OutActions
) const
Parameters
| Name | Remarks |
|---|---|
| InClientInfo | The client for which the actions are queried. |
| OutActions | The available actions, if any. |