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
&40;
UWorld &42; InWorld,
float DeltaSeconds,
ELevelTick TickType,
const TArray< ULevel &42; > & LevelsToTick
&41;
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) |