Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/AConcertClientPresenceActor
Description
Set the presence name. Called by the presence manager to set the display name of the client on the actor.
| Name | SetPresenceName |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertClientPresenceActor.h |
| Include Path | #include "ConcertClientPresenceActor.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Private/ConcertClientPresenceActor.cpp |
virtual void SetPresenceName
(
const FString & InName
)
Parameters
| Name | Remarks |
|---|---|
| InName | the display name of the client represented by this actor. |