Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTimerManager
| Type | Name | Description | |
|---|---|---|---|
| void | SetTimer
(
FTimerHandle& InOutHandle, |
||
| void | SetTimer
(
FTimerHandle& InOutHandle, |
Version that takes any generic delegate. | |
| void | SetTimer
(
FTimerHandle& InOutHandle, |
Version that takes a dynamic delegate (e.g. for UFunctions). | |
| void | SetTimer
(
FTimerHandle& InOutHandle, |
Version that takes a TFunction | |
| void | SetTimer
(
FTimerHandle& InOutHandle, |
Sets a timer to call the given native function at a set interval. | |
| void | SetTimer
(
FTimerHandle& InOutHandle, |