Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientPresenceManager > API/Plugins/ConcertSyncClient/IConcertClientPresenceManager/SetPresenceVisibility
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/IConcertClientPresenceManager.h |
| Include | #include "IConcertClientPresenceManager.h" |
void SetPresenceVisibility
&40;
const FString & InDisplayName,
bool bVisibility,
bool bPropagateToAll
&41;
Remarks
Set presence visibility by name
setting presence by name will persist through connection of client using this display name
Parameters
| Name | Description |
|---|---|
| InDisplayName | The display name of the presences we want to set the visibility on |
| bVisibility | The visibility flag to set |
| bPropagateToAll | Propagate the visibility change to other user. |