WjWorld
Loading...
Searching...
No Matches
FRoomInfo Struct Reference

#include <SessionTypes.h>

Public Attributes

FString RoomName
int32 CurrentPlayers = 0
int32 MaxPlayers = 0
bool bIsPrivate = false
FString GameMode
int32 Ping = 0
bool bInProgress = false
FString HostName
int32 SearchResultIndex = -1

Detailed Description

검색된 방 정보 (UI 표시용)

Member Data Documentation

◆ bInProgress

bool FRoomInfo::bInProgress = false

게임 진행 중 여부

◆ bIsPrivate

bool FRoomInfo::bIsPrivate = false

비공개 방 여부

◆ CurrentPlayers

int32 FRoomInfo::CurrentPlayers = 0

현재 플레이어 수

◆ GameMode

FString FRoomInfo::GameMode

게임 모드

◆ HostName

FString FRoomInfo::HostName

방장 이름

◆ MaxPlayers

int32 FRoomInfo::MaxPlayers = 0

최대 플레이어 수

◆ Ping

int32 FRoomInfo::Ping = 0

◆ RoomName

FString FRoomInfo::RoomName

방 이름

◆ SearchResultIndex

int32 FRoomInfo::SearchResultIndex = -1

검색 결과 인덱스 (내부 사용)


The documentation for this struct was generated from the following file: