IConcertClientPresenceManager::SetPresenceVisibility

Set presence visibility of the specified client endpoint id

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "IConcertClientPresenceManager.h"

Syntax

void SetPresenceVisibility
(
    const FGuid & EndpointId,
    bool bVisibility,
    bool bPropagateToAll
)

Remarks

Set presence visibility of the specified client endpoint id

Parameters

Parameter

Description

EndpointId

the endpoint id of the client we we want to set the visibility on

bVisibility

The visibility flag to set

bPropagateToAll

Propagate the visibility change to other user.

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