Space Plunder
Loading...
Searching...
No Matches
UChatBPLib Class Reference

#include <ChatBPLib.h>

Inheritance diagram for UChatBPLib:

Static Public Member Functions

static FLinearColor GetMessageColor (EChatSystemMessageType MessageType)
 

Member Function Documentation

◆ GetMessageColor()

FLinearColor UChatBPLib::GetMessageColor ( EChatSystemMessageType MessageType)
static
7{
8 switch (MessageType)
9 {
10 default:
12 return FLinearColor::White;
14 return FLinearColor(1.0f,0.2f,0.13f,1.0f);
16 return FLinearColor::Red;
18 return FLinearColor::Yellow;
20 return FLinearColor::Green;
22 return FLinearColor(0.6, 0.2, 0);
24 return FLinearColor::Blue;
25 }
26}

The documentation for this class was generated from the following files: