FTicker::AddTicker

Add a new ticker with a given delay / interval.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Ticker.h"

Source

/Engine/Source/Runtime/Core/Private/Containers/Ticker.cpp

Syntax

FDelegateHandle AddTicker
(
    const TCHAR * InName,
    float InDelay,
    TFunction< bool> Function
)

Remarks

Add a new ticker with a given delay / interval.

Parameters

Parameter

Description

InName

Name of this ticker for profiling

InDelay

Delay until next fire; 0 means "next frame"

Function

Function to execute. Should return true to fire after another InDelay time

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