SetTimerForNextTick

Overload list

Windows
MacOS
Linux
Name Description

Public function

FTimerHandle

 

SetTimerForNextTick

(
    FTimerDelegate const& InDelegate
)

Version that takes any generic delegate.

Public function

FTimerHandle

 

SetTimerForNextTick

(
    FTimerDynamicDelegate const& InDyn...
)

Version that takes a dynamic delegate (e.g. for UFunctions).

Public function

FTimerHandle

 

SetTimerForNextTick

(
    TFunction< void)>&& Callback
)

Version that takes a TFunction

Public function

FTimerHandle

 

SetTimerForNextTick

(
    UserClass* inObj,
    typename FTimerDelegate::TUObjectMe...
)

Sets a timer to call the given native function on the next tick.

Public function

FTimerHandle

 

SetTimerForNextTick

(
    UserClass* inObj,
    typename FTimerDelegate::TUObjectMe...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss