FChatRoomConfig

Configuration for creating/joining a chat room

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bAnnounceMembers

Should we announce members joining and leaving? This may incur a performance cost if members need to be validated.

Public variable

bool

 

bPasswordRequired

Is there a password required to join the room (owner only)

Public variable

bool

 

bRejoinOnDisconnect

Should this room be rejoined on disconnection

Public variable

FString

 

Password

Password to join the room (owner only)

Constructors

Name Description

Public function

FChatRoomConfig()

Functions

Name Description

Public function Const

FString

 

ToDebugString()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss