Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCoreDelegates
Description
This may be called when the application is getting terminated by the OS. There is no guarantee that this will ever be called on a mobile device, save state when ApplicationWillEnterBackgroundDelegate is called instead.
| Name | GetApplicationWillTerminateDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path | #include "Misc/CoreDelegates.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreDelegates.cpp |
static TTSMulticastDelegate< void()> & GetApplicationWillTerminateDelegate()