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