OnEnginePreExit

Called before the engine exits. Separate from OnPreExit as OnEnginePreExit occurs before shutting down any core modules.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Syntax

static FSimpleMulticastDelegate OnEnginePreExit;

Remarks

Called before the engine exits. Separate from OnPreExit as OnEnginePreExit occurs before shutting down any core 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