Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info for a joined/created chat room
| Name | FChatRoomInfo |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineChatInterface.h |
| Include Path | #include "Interfaces/OnlineChatInterface.h" |
Syntax
class FChatRoomInfo
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FChatRoomInfo() |
Interfaces/OnlineChatInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FUniqueNetIdRef & GetOwnerId() |
Interfaces/OnlineChatInterface.h | ||
const FChatRoomConfig & GetRoomConfig() |
Interfaces/OnlineChatInterface.h | ||
const FChatRoomId & GetRoomId() |
Interfaces/OnlineChatInterface.h | ||
const FString & GetSubject() |
Interfaces/OnlineChatInterface.h | ||
bool IsJoined() |
Interfaces/OnlineChatInterface.h | ||
bool IsPrivate() |
Interfaces/OnlineChatInterface.h | ||
void SetChatInfo
(
const TSharedRef< class FJsonObject >& JsonInfo |
Interfaces/OnlineChatInterface.h | ||
FString ToDebugString() |
Interfaces/OnlineChatInterface.h |