Documentation for the Unreal C++ Library
|
#include <PVROFindServerTask.h>
Public Member Functions | |
BEGIN_ONLINE_JSON_SERIALIZER | ONLINE_JSON_SERIALIZE ("Reply", Reply) |
ONLINE_JSON_SERIALIZE_ARRAY_SERIALIZABLE ("CurrentSessions", CurrentSessions, FPVROMPSessionInfo) | |
Public Attributes | |
TArray< FPVROMPSessionInfo > | CurrentSessions |
FString | Reply |
Definition at line 40 of file PVROFindServerTask.h.
BEGIN_ONLINE_JSON_SERIALIZER FPVROMPRequestServerInfo::ONLINE_JSON_SERIALIZE | ( | "Reply" | , |
Reply | ) |
FPVROMPRequestServerInfo::ONLINE_JSON_SERIALIZE_ARRAY_SERIALIZABLE | ( | "CurrentSessions" | , |
CurrentSessions | , | ||
FPVROMPSessionInfo | ) |
TArray<FPVROMPSessionInfo> FPVROMPRequestServerInfo::CurrentSessions |
Definition at line 43 of file PVROFindServerTask.h.
FString FPVROMPRequestServerInfo::Reply |
Definition at line 42 of file PVROFindServerTask.h.