Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/AConcertClientVRPresenceActor
- AConcertClientPresenceActor::SetPresenceColor()
- AConcertClientVRPresenceActor::SetPresenceColor()
References
Module | ConcertSyncClient |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertClientVRPresenceActor.h |
Include | #include "ConcertClientVRPresenceActor.h" |
Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Private/ConcertClientVRPresenceActor.cpp |
virtual void SetPresenceColor
&40;
const FLinearColor & InColor
&41;
Remarks
Set the presence color. Called by the presence manager to set the color of the client on the actor.
Parameters
Name | Description |
---|---|
InColor | the color of the client represented by this actor. |