Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
Include | #include "Misc/CoreDelegates.h" |
Syntax
static MobileBackgroundTickDelegate;
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