A Demo Project for the UnrealEngineSDK
|
#include "VaRestJsonValue.generated.h"
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... | |
|
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.