Navigation
Unreal Engine C++ API Reference > Plugins > Party
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UChatroom
References
Module | Party |
Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Chatroom.h |
Include | #include "Chatroom.h" |
Syntax
UCLASS&40;Config&61;Game&41;
class UChatroom : public UObject
Remarks
Helper class for maintaining a single chat room at the game level
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UChatroom () |
Ctor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CreateOrJoinChatRoom
(
FUniqueNetIdRepl LocalUserId, |
Chat room functions Try to join a chat room by calling CreateRoom, will either create or join if it already exists |
![]() ![]() |
FTimerManager & | ||
![]() ![]() |
UWorld * | GetWorld () |
|
![]() ![]() |
bool | IsAlreadyInChatRoom
(
const FUniqueNetIdRepl& LocalUserId, |
|
![]() ![]() ![]() |
bool | IsOnline () |
|
![]() |
void | LeaveChatRoom
(
const FUniqueNetIdRepl& LocalUserId, |
Leave the joined chat room |
![]() |
void |