FTickerDelegate

Ticker delegates return true to automatically reschedule at the same delay or false for one-shot.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< bool, float > FTickerDelegate

References

Module

Core

Header

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

Include

#include "Containers/Ticker.h"

Remarks

Ticker delegates return true to automatically reschedule at the same delay or false for one-shot. You will not get more than one fire per "frame", which is just a FTicker::Tick call. DeltaTime argument is the time since the last game frame, not since the last tick the delegate received.

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