Space Plunder
Loading...
Searching...
No Matches
ChatBPLib.h
Go to the documentation of this file.
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
Data/ChatData.h
"
7
#include "Kismet/BlueprintFunctionLibrary.h"
8
#include "ChatBPLib.generated.h"
9
10
UCLASS
()
11
class CHATSYSTEM_API
UChatBPLib
: public UBlueprintFunctionLibrary
12
{
13
GENERATED_BODY()
14
15
public
:
16
UFUNCTION(BlueprintPure, BlueprintCallable, Category=
"Chat System"
)
17
static
FLinearColor GetMessageColor(
EChatSystemMessageType
MessageType);
18
19
};
ChatData.h
EChatSystemMessageType
EChatSystemMessageType
Definition
ChatData.h:25
UCLASS
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition
ChatSystemComponent.h:13
UChatBPLib
Definition
ChatBPLib.h:12
SpaceAdventure
Plugins
ChatSystem
Source
ChatSystem
Public
BPLib
ChatBPLib.h
Generated by
1.10.0