Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/FModuleDescriptor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Read
(
const FJsonObject& Object, |
Reads a descriptor from the given JSON object | ModuleDescriptor.h | |
bool Read
(
const FJsonObject& Object, |
Reads a descriptor from the given JSON object | ModuleDescriptor.h |
Read(const FJsonObject &, FText *)
Description
Reads a descriptor from the given JSON object
| Name | Read |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h |
| Include Path | #include "ModuleDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp |
bool Read
(
const FJsonObject & Object,
FText * OutFailReason
)
Read(const FJsonObject &, FText &)
Description
Reads a descriptor from the given JSON object
| Name | Read |
| Type | function |
| Header File | /Engine/Source/Runtime/Projects/Public/ModuleDescriptor.h |
| Include Path | #include "ModuleDescriptor.h" |
| Source | /Engine/Source/Runtime/Projects/Private/ModuleDescriptor.cpp |
bool Read
(
const FJsonObject & Object,
FText & OutFailReason
)