Navigation
API > API/Runtime > API/Runtime/Core
| Name | FWakeState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Async/ParkingLot.h |
| Include Path | #include "Async/ParkingLot.h" |
Syntax
struct FWakeState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDidWake | bool | Did a thread wake up? | Async/ParkingLot.h | |
| bHasWaitingThreads | bool | Does the queue MAYBE have another thread waiting on this address? | Async/ParkingLot.h |