IPluginManager::UnmountExplicitlyLoadedPlugin

Marks an explicitly loaded plugin as disabled, unmounts its content (does not work on plugins with compiled modules).

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IPluginManager.h"

Syntax

bool UnmountExplicitlyLoadedPlugin
(
    const FString & PluginName,
    FText * OutReason
)

Remarks

Marks an explicitly loaded plugin as disabled, unmounts its content (does not work on plugins with compiled modules).

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