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