|
PICO Unreal Platform SDK
|
UPico_Room class. More...
#include <Pico_Room.h>
Public Member Functions | |
| UPico_DataStore * | GetDataStore () |
| Get the datastore that stores a room's metadata. The maximum datastore key length is 32 bytes and the maximum datastore value length is 64 bytes. | |
| UPico_User * | GetOwner () |
| Get the room owner. This field can be null. Need to check whether it is null before use. | |
| UPico_UserArray * | GetUsers () |
| Get the room members. This field can be null. Need to check whether it is null before use. | |
| FString | GetDescription () |
| Room description. The maximum length is 128 bytes. | |
| FString | GetRoomID () |
| Room ID. | |
| bool | GetIsMembershipLocked () |
| Whether the room is locked. | |
| ERoomJoinPolicy | GetJoinPolicy () |
| Room's join policy. | |
| ERoomJoinabilit | GetJoinability () |
| Room's joinability. | |
| int32 | GetMaxUsers () |
The maximum number of users allowed to join a room, which is 100. | |
| ERoomType | GetRoomType () |
| Room type. | |
UPico_Room class.