FPluginStatus

Simple data structure that is filled when querying information about plug-ins.

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h

Include

#include "Interfaces/IPluginManager.h"

Syntax

struct FPluginStatus

Remarks

Simple data structure that is filled when querying information about plug-ins.

Variables

Name Description

Public variable

bool

 

bIsEnabled

True if plug-in is currently enabled.

Public variable

FPluginDescript...

 

Descriptor

The plugin descriptor

Public variable

EPluginLoadedFr...

 

LoadedFrom

Where the plugin was loaded from

Public variable

FString

 

Name

The name of this plug-in.

Public variable

FString

 

PluginDirectory

Path to plug-in directory on disk.

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