FBackgroundTickDelegate

Called when in the background, if the OS is giving CPU time to the device.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_OneParam< void, float > FBackgroundTickDelegate

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Remarks

Called when in the background, if the OS is giving CPU time to the device. It is very likely this will never be called due to mobile OS backgrounded CPU restrictions. But if, for instance, VOIP is active on iOS, the will be getting called

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss