Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UApplicationLifecycleComponent
Syntax
FApplicationLifetimeDelegate ApplicationWillDeactivateDelegate
Remarks
This is called when the application is about to be deactivated (e.g., due to a phone call or SMS or the sleep button). The game should be paused if possible, etc...