Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickTaskManagerInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h |
| Include | #include "TickTaskManagerInterface.h" |
void StartFrame
(
UWorld * InWorld,
float DeltaSeconds,
ELevelTick TickType,
const TArray < ULevel * > & LevelsToTick
)
Remarks
Queue all of the ticks for a frame
Parameters
| Name | Description |
|---|---|
| World | World currently ticking |
| DeltaSeconds | time in seconds since last tick |
| TickType | type of tick (viewports only, time only, etc) |