![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PluginManifest.h>
Public Member Functions | |
| PROJECTS_API bool | Load (const FString &FileName, FText &OutFailReason) |
| PROJECTS_API bool | Read (const FJsonObject &Object, FText &OutFailReason) |
Public Attributes | |
| TArray< FPluginManifestEntry > | Contents |
Manifest of plugins. Descriptor for plugins. Contains all the information contained within a .uplugin file.
Loads the descriptor from the given file.
| bool FPluginManifest::Read | ( | const FJsonObject & | Object, |
| FText & | OutFailReason | ||
| ) |
Reads the descriptor from the given JSON object
| TArray<FPluginManifestEntry> FPluginManifest::Contents |
List of plugins in this manifest