Navigation
API > API/Runtime > API/Runtime/Projects
Manifest of plugins. Descriptor for plugins. Contains all the information contained within a .uplugin file.
| Name | FPluginManifest |
| Type | struct |
| Header File | /Engine/Source/Runtime/Projects/Public/PluginManifest.h |
| Include Path | #include "PluginManifest.h" |
Syntax
struct FPluginManifest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Contents | TArray< FPluginManifestEntry > | List of plugins in this manifest | PluginManifest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Loads the descriptor from the given file. | PluginManifest.h | ||
bool Read
(
const FJsonObject& Object, |
Reads the descriptor from the given JSON object | PluginManifest.h |