Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
Include | #include "Misc/CoreDelegates.h" |
Syntax
static OnEnginePreExit;
Remarks
Called before the engine exits. Separate from OnPreExit as OnEnginePreExit occurs before shutting down any core modules.