Navigation
API > API/Plugins > API/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 (Config=Game)
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 |