Wait

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

Wait()

Waits an infinite amount of time for the event to be triggered.

Public function

bool

 

Wait

(
    uint32 WaitTime,
    const bool bIgnoreThreadIdleStats
)

Waits the specified amount of time for the event to be triggered.

Public function

bool

 

Wait

(
    const FTimespan& WaitTime,
    const bool bIgnoreThreadIdleStats
)

Waits the specified amount of time for the event to be triggered.

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