![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParkingLot.h>
Public Attributes | |
| bool | bDidWait = false |
| bool | bDidWake = false |
| uint64 | WakeToken = 0 |
Did this thread wait? True only if CanWait returned true.
Did this wake from a wait? True only if a Wake call woke the thread, false for timeouts.
| uint64 UE::ParkingLot::FWaitState::WakeToken = 0 |
Optional value that was provided by the callback in WakeOne.