Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/FPluginReferenceDescriptor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ReadArray
(
const FJsonObject& Object, |
Reads an array of modules from the given JSON object | PluginReferenceDescriptor.h | |
static bool ReadArray
(
const FJsonObject& Object, |
Reads an array of modules from the given JSON object | PluginReferenceDescriptor.h |
ReadArray(const FJsonObject &, const TCHAR , TArray< FPluginReferenceDescriptor > &, FText )
Description
Reads an array of modules from the given JSON object
| Name | ReadArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginReferenceDescriptor.h |
| Include Path | #include "PluginReferenceDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/PluginReferenceDescriptor.cpp |
static bool ReadArray
(
const FJsonObject & Object,
const TCHAR * Name,
TArray < FPluginReferenceDescriptor > & OutModules,
FText * OutFailReason
)
ReadArray(const FJsonObject &, const TCHAR *, TArray< FPluginReferenceDescriptor > &, FText &)
Description
Reads an array of modules from the given JSON object
| Name | ReadArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginReferenceDescriptor.h |
| Include Path | #include "PluginReferenceDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/PluginReferenceDescriptor.cpp |
static bool ReadArray
(
const FJsonObject & Object,
const TCHAR * Name,
TArray < FPluginReferenceDescriptor > & OutModules,
FText & OutFailReason
)