FTickTaskManagerInterface::StartFrame

Queue all of the ticks for a frame

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TickTaskManagerInterface.h

Include

#include "TickTaskManagerInterface.h"

Syntax

void StartFrame
(
    UWorld * InWorld,
    float DeltaSeconds,
    ELevelTick TickType,
    const TArray< ULevel * > & LevelsToTick
)

Remarks

Queue all of the ticks for a frame

Parameters

Parameter

Description

World

World currently ticking

DeltaSeconds

time in seconds since last tick

TickType

type of tick (viewports only, time only, etc)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss