FPluginManifest

Manifest of plugins.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/PluginManifest.h

Include

#include "PluginManifest.h"

Syntax

struct FPluginManifest

Remarks

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

Variables

Name Description

Public variable

TArray< FPlugin...

 

Contents

List of plugins in this manifest

Functions

Name Description

Public function

bool

 

Load

(
    const FString& FileName,
    FText& OutFailReason
)

Loads the descriptor from the given file.

Public function

bool

 

Read

(
    const FJsonObject& Object,
    FText& OutFailReason
)

Reads the descriptor from the given JSON object

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss