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