Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
Schema descriptor for a JSON value or error.
| Name | FJsonValueOrErrorSchemaDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/JsonValueOrError.h |
| Include Path | #include "ToolsetRegistry/JsonValueOrError.h" |
Syntax
struct FJsonValueOrErrorSchemaDescriptor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorFieldDescription | const FString | Description of the error field. | ToolsetRegistry/JsonValueOrError.h | |
| ErrorFieldName | const FString | Error field name in an object of this type. | ToolsetRegistry/JsonValueOrError.h | |
| NullValueFieldDescription | const FString | Description of the value field if it can only be null. | ToolsetRegistry/JsonValueOrError.h | |
| ObjectDescription | const FString | Top level description for a value or error object. | ToolsetRegistry/JsonValueOrError.h | |
| ValueFieldName | const FString | Value field name in an object of this type. | ToolsetRegistry/JsonValueOrError.h |