YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
YOM_JSON_UTIL Namespace Reference

Functions

UVaRestJsonObject * GetObjectFieldChecked (UVaRestJsonObject *pJson, const FString &pField)
 
bool GetBoolFieldChecked (UVaRestJsonObject *pJson, const FString &pField)
 
FString GetStringFieldChecked (UVaRestJsonObject *pJson, const FString &pField)
 
TArray< UVaRestJsonObject * > GetObjectArrayFieldChecked (UVaRestJsonObject *pJson, const FString &pField)
 

Function Documentation

◆ GetBoolFieldChecked()

bool YOM_JSON_UTIL::GetBoolFieldChecked ( UVaRestJsonObject *  pJson,
const FString &  pField 
)

◆ GetObjectArrayFieldChecked()

TArray< UVaRestJsonObject * > YOM_JSON_UTIL::GetObjectArrayFieldChecked ( UVaRestJsonObject *  pJson,
const FString &  pField 
)

◆ GetObjectFieldChecked()

UVaRestJsonObject * YOM_JSON_UTIL::GetObjectFieldChecked ( UVaRestJsonObject *  pJson,
const FString &  pField 
)

◆ GetStringFieldChecked()

FString YOM_JSON_UTIL::GetStringFieldChecked ( UVaRestJsonObject *  pJson,
const FString &  pField 
)