Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/JsonBlueprintUtilities/Source/JsonBlueprintUtilities/Public/JsonBlueprintFunctionLibrary.h |
Include |
#include "JsonBlueprintFunctionLibrary.h" |
UCLASS(BlueprintType)
class UJsonBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Name | Description | ||
---|---|---|---|
|
FromFile ( |
Creates a JsonObject from the provided Json file. |
|
|
FromString ( |
Creates a JsonObject from the provided Json string. |
|
|
GetField ( |
Gets the value of the specified field. |
|
|
GetFieldNames ( |
Gets all field names on the JsonObject |
|
|
HasField ( |
Checks if the field exists on the object. |
|
|
SetField ( |
Adds (new) or sets (existing) the value of the specified field. |
|
|
ToFile ( |
Creates a file from the provided JsonObject. |
|
|
ToString ( |
Creates a Json string from the provided JsonObject. |