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 FChatRoomConfig
Remarks
Configuration for creating/joining a chat room
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAnnounceMembers | Should we announce members joining and leaving? This may incur a performance cost if members need to be validated. | |
| bool | bPasswordRequired | Is there a password required to join the room (owner only) | |
| bool | bRejoinOnDisconnect | Should this room be rejoined on disconnection | |
| FString | Password | Password to join the room (owner only) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString |