A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRest_BreakJson.h File Reference
#include "Runtime/Launch/Resources/Version.h"
#include "CoreMinimal.h"
#include "K2Node.h"
#include "VaRest_BreakJson.generated.h"
Include dependency graph for VaRest_BreakJson.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FVaRest_NamedType
 USTRUCT(BlueprintType) More...
 
class  UVaRest_BreakJson
 UCLASS(BlueprintType, Blueprintable) More...
 
class  UVaRest_MakeJson
 UCLASS(BlueprintType, Blueprintable) More...
 

Enumerations

enum class  EVaRest_JsonType : uint8 { JSON_Bool , JSON_Number , JSON_String , JSON_Object }
 UENUM(BlueprintType) More...
 

Enumeration Type Documentation

◆ EVaRest_JsonType

enum class EVaRest_JsonType : uint8
strongBlueprintType

UENUM(BlueprintType)

Enumerator
JSON_Bool 

Metadata:
DisplayName: STRING

JSON_Number 

Metadata:
DisplayName: STRING

JSON_String 

Metadata:
DisplayName: STRING

JSON_Object 

Metadata:
DisplayName: STRING

Definition at line 17 of file VaRest_BreakJson.h.