AConcertClientPresenceActor::SetPresenceName

Set the presence name.

Windows
MacOS
Linux

References

Module

ConcertSyncClient

Header

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

Include

#include "ConcertClientPresenceActor.h"

Source

/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Private/ConcertClientPresenceActor.cpp

Syntax

virtual void SetPresenceName
(
    const FString & InName
)

Remarks

Set the presence name. Called by the presence manager to set the display name of the client on the actor.

Parameters

Parameter

Description

InName

the display name of the client represented by this actor.

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