A Demo Project for the UnrealEngineSDK
|
#include "Runtime/Launch/Resources/Version.h"
#include "CoreMinimal.h"
#include "K2Node.h"
#include "VaRest_BreakJson.generated.h"
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... | |
|
strongBlueprintType |
UENUM(BlueprintType)
Enumerator | |
---|---|
JSON_Bool | Metadata: |
JSON_Number | Metadata: |
JSON_String | Metadata: |
JSON_Object | Metadata: |
Definition at line 17 of file VaRest_BreakJson.h.