Documentation for the Unreal C++ Library
Loading...
Searching...
No Matches
FPVROMPRequestServerInfo Struct Reference

#include <PVROFindServerTask.h>

Inheritance diagram for FPVROMPRequestServerInfo:
[legend]

Public Member Functions

BEGIN_ONLINE_JSON_SERIALIZER ONLINE_JSON_SERIALIZE ("Reply", Reply)
 
 ONLINE_JSON_SERIALIZE_ARRAY_SERIALIZABLE ("CurrentSessions", CurrentSessions, FPVROMPSessionInfo)
 

Public Attributes

TArray< FPVROMPSessionInfoCurrentSessions
 
FString Reply
 

Detailed Description

Definition at line 40 of file PVROFindServerTask.h.

Member Function Documentation

◆ ONLINE_JSON_SERIALIZE()

BEGIN_ONLINE_JSON_SERIALIZER FPVROMPRequestServerInfo::ONLINE_JSON_SERIALIZE ( "Reply" ,
Reply  )

◆ ONLINE_JSON_SERIALIZE_ARRAY_SERIALIZABLE()

FPVROMPRequestServerInfo::ONLINE_JSON_SERIALIZE_ARRAY_SERIALIZABLE ( "CurrentSessions" ,
CurrentSessions ,
FPVROMPSessionInfo  )

Member Data Documentation

◆ CurrentSessions

TArray<FPVROMPSessionInfo> FPVROMPRequestServerInfo::CurrentSessions

Definition at line 43 of file PVROFindServerTask.h.

◆ Reply

FString FPVROMPRequestServerInfo::Reply

Definition at line 42 of file PVROFindServerTask.h.


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