Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTimerManager > API/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. |