IPluginManager::AddPluginSearchPath

Stores the specified path, utilizing it in future search passes when searching for available plugins.

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IPluginManager.h"

Syntax

bool AddPluginSearchPath
(
    const FString & ExtraDiscoveryPath,
    bool bRefresh
)

Remarks

Stores the specified path, utilizing it in future search passes when searching for available plugins. Optionally refreshes the manager after the new path has been added.

Returns

Whether the plugin search path was modified

Parameters

Parameter

Description

ExtraDiscoveryPath

The path you want searched for additional plugins.

bRefresh

Signals the function to refresh the plugin database after the new path has been added

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