Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void StaticTick
(
float DeltaTime,
bool bUseFullTimeLimit,
float AsyncLoadingTime
)
Remarks
Static UObject tick function, used to verify certain key assumptions and to tick the async loading code.
Parameters
| Name | 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 |