YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
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) |
bool YOM_JSON_UTIL::GetBoolFieldChecked | ( | UVaRestJsonObject * | pJson, |
const FString & | pField | ||
) |
TArray< UVaRestJsonObject * > YOM_JSON_UTIL::GetObjectArrayFieldChecked | ( | UVaRestJsonObject * | pJson, |
const FString & | pField | ||
) |
UVaRestJsonObject * YOM_JSON_UTIL::GetObjectFieldChecked | ( | UVaRestJsonObject * | pJson, |
const FString & | pField | ||
) |
FString YOM_JSON_UTIL::GetStringFieldChecked | ( | UVaRestJsonObject * | pJson, |
const FString & | pField | ||
) |