IModuleInterface::SupportsAutomaticShutdown

Override this to set whether your module would like cleanup on application shutdown

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

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

Include

#include "Modules/ModuleInterface.h"

Syntax

virtual bool SupportsAutomaticShutdown()

Remarks

Override this to set whether your module would like cleanup on application shutdown

Returns

Whether the module supports shutdown on application exit

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