Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UApplicationLifecycleComponent
Syntax
UPROPERTY (BlueprintAssignable)
FApplicationLifetimeDelegate ApplicationWillTerminateDelegate
Remarks
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.