Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager > SetTimerForNextTick
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include | #include "TimerManager.h" |
template<class UserClass>
FTimerHandle SetTimerForNextTick
&40;
UserClass &42; inObj,
typename FTimerDelegate::TMethodPtr< UserClass > inTimerMethod
&41;
Remarks
Sets a timer to call the given native function on the next tick.
Parameters
Name | Description |
---|---|
inObj | Object to call the timer function on. |
inTimerMethod | Method to call when timer fires. |