FModuleManager::AbandonModuleWithCallback

Calls PreUnload then abandons a module in memory.

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 AbandonModuleWithCallback
(
    const FName InModuleName
)

Remarks

Calls PreUnload then abandons a module in memory.

Parameters

Parameter

Description

InModuleName

The name of the module to unload.

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