Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerManager
Type | Name | Description | |
---|---|---|---|
![]() |
FTimerHandle | SetTimerForNextTick
(
FTimerDelegate const& InDelegate |
Version that takes any generic delegate. |
![]() |
FTimerHandle | SetTimerForNextTick
(
FTimerDynamicDelegate const& InDynDelegate |
Version that takes a dynamic delegate (e.g. for UFunctions). |
![]() |
FTimerHandle | SetTimerForNextTick
(
TFunction< void(void)>&& Callback |
Version that takes a TFunction |
![]() |
FTimerHandle | SetTimerForNextTick
(
UserClass* inObj, |
Sets a timer to call the given native function on the next tick. |
![]() |
FTimerHandle | SetTimerForNextTick
(
UserClass* inObj, |