IPluginManager::AddToPluginsList

Adds a single plugin to the list of plugins.

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IPluginManager.h"

Syntax

bool AddToPluginsList
(
    const FString & PluginFilename
)

Remarks

Adds a single plugin to the list of plugins. Faster than refreshing all plugins with RefreshPluginsList() when you only want to add one. Does nothing if already in the list.

Returns

True if the plugin was added or already in the list. False if it failed to load.

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