UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPluginManifest Struct Reference

#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< FPluginManifestEntryContents
 

Detailed Description

Manifest of plugins. Descriptor for plugins. Contains all the information contained within a .uplugin file.

Member Function Documentation

◆ Load()

bool FPluginManifest::Load ( const FString &  FileName,
FText OutFailReason 
)

Loads the descriptor from the given file.

◆ Read()

bool FPluginManifest::Read ( const FJsonObject Object,
FText OutFailReason 
)

Reads the descriptor from the given JSON object

Member Data Documentation

◆ Contents

TArray<FPluginManifestEntry> FPluginManifest::Contents

List of plugins in this manifest


The documentation for this struct was generated from the following files: