FTickerObjectBase::Tick

Pure virtual that must be overloaded by the inheriting class.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Ticker.h

Include

#include "Containers/Ticker.h"

Syntax

bool Tick
(
    float DeltaTime
)

Remarks

Pure virtual that must be overloaded by the inheriting class.

Returns

true if should continue ticking

Parameters

Parameter

Description

DeltaTime

time passed since the last call.

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