FTimerManager::SetTimer

Version that takes a [TFunction](API\Runtime\Core\GenericPlatform\TFunction)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/TimerManager.h

Include

#include "TimerManager.h"

Syntax

void SetTimer
(
    FTimerHandle & InOutHandle,
    TFunction< void)> && Callback,
    float InRate,
    bool InbLoop,
    float InFirstDelay
)

Remarks

Version that takes a TFunction

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