Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/ParkingLot.h |
| Include | #include "Async/ParkingLot.h" |
Syntax
struct FWaitState
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDidWait | Did this thread wait? True only if CanWait returned true. | |
| bool | bDidWake | Did this wake from a wait? True only if a Wake call woke the thread, false for timeouts. | |
| uint64 | WakeToken | Optional value that was provided by the callback in WakeOne. |