UWorld::Tick

Update the level after a variable amount of time, DeltaSeconds, has passed.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelTick.cpp

Syntax

void Tick
(
    ELevelTick TickType,
    float DeltaSeconds
)

Remarks

Update the level after a variable amount of time, DeltaSeconds, has passed. All child actors are ticked after their owners have been ticked.

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