![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Dom/JsonObject.h"Go to the source code of this file.
Namespaces | |
| namespace | Verse |
| namespace | Verse::Persistence |
| namespace | Verse::Persona |
Macros | |
| #define | PERSONA_FIELD(Name) Format == EValueJSONFormat::Persona ? Persona::Name##String : TEXT(#Name) |
Enumerations | |
| enum class | Verse::EValueJSONFormat { Verse::Analytics , Verse::Persistence , Verse::Persona } |
| enum class | Verse::EVisitState { Verse::Visiting , Verse::Visited } |
Functions | |
| TSharedRef< FJsonValue > | Verse::Int64ToJson (int64 Arg) |
| bool | Verse::TryGetInt64 (const FJsonValue &JsonValue, int64 &Int64Value) |
| TSharedPtr< FJsonValue > | Verse::Wrap (const TSharedPtr< FJsonValue > &Value, EValueJSONFormat Format) |
| TSharedPtr< FJsonValue > | Verse::Unwrap (const TSharedPtr< FJsonValue > &Value, EValueJSONFormat Format) |
| TSharedPtr< FJsonValue > | Verse::Wrap (const TSharedPtr< FJsonValue > &Value) |
| TSharedPtr< FJsonValue > | Verse::Unwrap (const FJsonValue &Value) |