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 FChatRoomInfo
Remarks
Info for a joined/created chat room
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FUniqueNetIdRef & | GetOwnerId () |
||
| const FChatRoomConfig & | |||
| const FChatRoomId & | GetRoomId () |
||
| const FString & | GetSubject () |
||
| bool | IsJoined () |
||
| bool | IsPrivate () |
||
| void | SetChatInfo
(
const TSharedRef< class FJsonObject >& JsonInfo |
||
| FString |