A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestJsonValue.h File Reference
#include "VaRestJsonValue.generated.h"
Include dependency graph for VaRestJsonValue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UVaRestJsonValue
 UCLASS(BlueprintType, Blueprintable) More...
 

Enumerations

enum class  EVaJson : uint8 {
  None , Null , String , Number ,
  Boolean , Array , Object
}
 UENUM(BlueprintType) More...
 

Enumeration Type Documentation

◆ EVaJson

enum class EVaJson : uint8
strongBlueprintType

UENUM(BlueprintType)

Represents all the types a Json Value can be.

Enumerator
None 
Null 
String 
Number 
Boolean 
Array 
Object 

Definition at line 17 of file VaRestJsonValue.h.