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