IPluginManager::MountExplicitlyLoadedPlugin

Marks an explicitly loaded plugin as enabled, mounts its content and tries to load its modules.

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IPluginManager.h"

Syntax

void MountExplicitlyLoadedPlugin
(
    const FString & PluginName
)

Remarks

Marks an explicitly loaded plugin as enabled, mounts its content and tries to load its modules. These plugins are not loaded implicitly, but instead wait for this function to be called.

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