Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UApplicationLifecycleComponent
Syntax
UPROPERTY (BlueprintAssignable)
FApplicationLifetimeDelegate ApplicationWillEnterBackgroundDelegate
Remarks
This is called when the application is being backgrounded (e.g., due to switching to another app or closing it via the home button) The game should release shared resources, save state, etc..., since it can be terminated from the background state without any further warning.