Navigation
API > API/Runtime > API/Runtime/Projects
References
| Module | Projects |
| Header | /Engine/Source/Runtime/Projects/Public/PluginDisallowedDescriptor.h |
| Include | #include "PluginDisallowedDescriptor.h" |
Syntax
struct FPluginDisallowedDescriptor
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Read
(
const FJsonObject& Object, |
Reads the descriptor from the given JSON object | |
| bool | ReadArray
(
const FJsonObject& Object, |
||
| void | UpdateArray
(
FJsonObject& JsonObject, |
Updates an array of plugin references in the specified JSON field (indexed by plugin name) | |
| void | UpdateJson
(
FJsonObject& JsonObject |
Updates the given json object with values in this descriptor | |
| void | Write
(
TJsonWriter<>& Writer |
Writes a descriptor to JSON | |
| void | WriteArray
(
TJsonWriter<>& Writer, |
Writes an array of plugin references to JSON |