Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FEvent
| Type | Name | Description | |
|---|---|---|---|
| bool | Wait () |
Waits an infinite amount of time for the event to be triggered. | |
| bool | Wait
(
uint32 WaitTime, |
Waits the specified amount of time for the event to be triggered. | |
| bool | Waits the specified amount of time for the event to be triggered. |