Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Description
Returns the delta time to use when ticking this function given the delta time and world. This also updates internal tracking data
| Name | CalculateDeltaTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp |
float CalculateDeltaTime
(
float DeltaTime,
const class UWorld * TickingWorld
)