| bool IsNull() | FinalNative+1 flags | | 0x01 |
| FString GetTypeString() | FinalNative+1 flags | | 0x10 |
| EOJson GetType() | FinalNative+1 flags | | 0x01 |
| UOdinJsonValue* ConstructJsonValueString(UObject* WorldContextObject, const FString& StringValue) | FinalNative+2 flags | | 0x20 |
| UOdinJsonValue* ConstructJsonValueObject(UObject* WorldContextObject, UOdinJsonObject* JsonObject) | FinalNative+2 flags | | 0x18 |
| UOdinJsonValue* ConstructJsonValueNumber(UObject* WorldContextObject, float Number) | FinalNative+2 flags | | 0x18 |
| UOdinJsonValue* ConstructJsonValueBool(UObject* WorldContextObject, bool InValue) | FinalNative+2 flags | | 0x18 |
| UOdinJsonValue* ConstructJsonValueArray(UObject* WorldContextObject, const TArray<UOdinJsonValue*>& inArray) | FinalNative+2 flags | | 0x20 |
| FString AsString() | FinalNative+1 flags | | 0x10 |
| UOdinJsonObject* AsObject() | FinalNative+1 flags | | 0x08 |
| float AsNumber() | FinalNative+1 flags | | 0x04 |
| bool AsBool() | FinalNative+1 flags | | 0x01 |
| TArray<UOdinJsonValue*> AsArray() | FinalNative+1 flags | | 0x10 |