Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/TimerManager.h |
Include |
#include "TimerManager.h" |
template<class UserClass>
FTimerHandle SetTimerForNextTick
(
UserClass * inObj,
typename FTimerDelegate::TMethodPtr< UserClass > inTimerMethod
)
Sets a timer to call the given native function on the next tick.
Parameter |
Description |
---|---|
inObj |
Object to call the timer function on. |
inTimerMethod |
Method to call when timer fires. |