Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Chat message received from user/room
| Name | FChatMessage |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineChatInterface.h |
| Include Path | #include "Interfaces/OnlineChatInterface.h" |
Syntax
class FChatMessage
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FChatMessage() |
Interfaces/OnlineChatInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetBody() |
Interfaces/OnlineChatInterface.h | ||
const FString & GetNickname() |
Interfaces/OnlineChatInterface.h | ||
const FDateTime & GetTimestamp() |
Interfaces/OnlineChatInterface.h | ||
const FUniqueNetIdRef & GetUserId() |
Interfaces/OnlineChatInterface.h |