AConcertClientPresenceActor::SetPresenceColor

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

Windows
MacOS
Linux

Override Hierarchy

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 SetPresenceColor
(
    const FLinearColor & InColor
)

Remarks

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

Parameters

Parameter

Description

InColor

the color 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