IProjectManager::UpdateAdditionalPluginDirectory

Updates a directory to be scanned for plugins (added or removed)

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool UpdateAdditionalPluginDirectory
(
    const FString & Dir,
    const bool bAddOrRemove
)

Remarks

Updates a directory to be scanned for plugins (added or removed)

Returns

Whether the plugin directory list was changed.

Parameters

Parameter

Description

Dir

the directory to scan

bAddOrRemove

whether to add or remove the directory

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