Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
Include |
#include "UObject/UObjectGlobals.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
Static UObject tick function, used to verify certain key assumptions and to tick the async loading code.
Parameter |
Description |
---|---|
DeltaTime |
Time in seconds since last call |
bUseFullTimeLimit |
If true, use the entire time limit even if blocked on I/O |
AsyncLoadingTime |
Time in seconds to use for async loading limit |