Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientPresenceManager.h |
| Include | #include "IConcertClientPresenceManager.h" |
Syntax
class IConcertClientPresenceManager
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | GetPresenceTransform
(
const FGuid& EndpointId |
Get the presence actor transform for the specified client endpoint id | |
| FString | GetPresenceWorldPath
(
const FGuid& EndpointId, |
Returns the path to the UWorld object opened in the editor of the specified client endpoint. | |
| void | InitiateJumpToPresence
(
const FGuid& InEndpointId, |
Jump (teleport) to another presence | |
| void | SetPresenceEnabled
(
const bool bIsEnabled |
Set whether presence is currently enabled and should be shown (unless hidden by other settings) | |
| void | SetPresenceModeFactory
(
TSharedRef< IConcertClientPresenceModeFactory > InFactory |
Set the presence mode factory The factory creates the presence mode for the manager | |
| void | SetPresenceVisibility
(
const FString& InDisplayName, |
Set presence visibility by name | |
| void | SetPresenceVisibility
(
const FGuid& EndpointId, |
Set presence visibility of the specified client endpoint id |