FModuleManager::AbandonModule

Abandons a loaded module, leaving it loaded in memory but no longer tracking it in the module manager.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h

Include

#include "Modules/ModuleManager.h"

Source

/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp

Syntax

void AbandonModule
(
    const FName InModuleName
)

Remarks

Abandons a loaded module, leaving it loaded in memory but no longer tracking it in the module manager.

Parameters

Parameter

Description

InModuleName

The name of the module to abandon. Should not include path, extension or platform/configuration info. This is just the "module name" part of the module file name.

See Also

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