struct FRoomInfo

#include <PhotonLBClient.h>

struct FRoomInfo
{
    // fields

    FString Name;
    int PlayerCount;
};