FTimerManager::SetTimer

Version that takes a dynamic delegate (e.g. for UFunctions).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

void SetTimer
(
    FTimerHandle & InOutHandle,
    FTimerDynamicDelegate const & InDynDelegate,
    float InRate,
    bool InbLoop,
    float InFirstDelay
)

Remarks

Version that takes a dynamic delegate (e.g. for UFunctions).

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