FTimerManager::SetTimerForNextTick

Sets a timer to call the given native function on the next tick.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "TimerManager.h"

Syntax

template<class UserClass>
FTimerHandle SetTimerForNextTick
(
    UserClass * inObj,
    typename FTimerDelegate::TUObjectMethodDelegate< UserClass >::FMethodPtr inTimerMethod
)

Remarks

Sets a timer to call the given native function on the next tick.

Parameters

Parameter

Description

inObj

Object to call the timer function on.

inTimerMethod

Method to call when timer fires.

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