Zdexby TheHolyOneZ
5,360 classes
Class

UOdinJsonValue

: UObject
/Script/Odin.OdinJsonValue 0x0038 (56 B) align 8 inherited 0x0028 vtable /Script/Odin
0x00x0038

Members 0

OffsetSizeNameTypeFlagsDefault
0x00280x10unreflected bytes to end of UOdinJsonValue

Functions 13

SignatureFlagsNativeParams
bool IsNull()FinalNative+1 flags0x01
FString GetTypeString()FinalNative+1 flags0x10
EOJson GetType()FinalNative+1 flags0x01
UOdinJsonValue* ConstructJsonValueString(UObject* WorldContextObject, const FString& StringValue)FinalNative+2 flags0x20
UOdinJsonValue* ConstructJsonValueObject(UObject* WorldContextObject, UOdinJsonObject* JsonObject)FinalNative+2 flags0x18
UOdinJsonValue* ConstructJsonValueNumber(UObject* WorldContextObject, float Number)FinalNative+2 flags0x18
UOdinJsonValue* ConstructJsonValueBool(UObject* WorldContextObject, bool InValue)FinalNative+2 flags0x18
UOdinJsonValue* ConstructJsonValueArray(UObject* WorldContextObject, const TArray<UOdinJsonValue*>& inArray)FinalNative+2 flags0x20
FString AsString()FinalNative+1 flags0x10
UOdinJsonObject* AsObject()FinalNative+1 flags0x08
float AsNumber()FinalNative+1 flags0x04
bool AsBool()FinalNative+1 flags0x01
TArray<UOdinJsonValue*> AsArray()FinalNative+1 flags0x10

Used by 1

types with a member, parameter or interface of this type