UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::ParkingLot::FWaitState Struct Referencefinal

#include <ParkingLot.h>

Public Attributes

bool bDidWait = false
 
bool bDidWake = false
 
uint64 WakeToken = 0
 

Member Data Documentation

◆ bDidWait

bool UE::ParkingLot::FWaitState::bDidWait = false

Did this thread wait? True only if CanWait returned true.

◆ bDidWake

bool UE::ParkingLot::FWaitState::bDidWake = false

Did this wake from a wait? True only if a Wake call woke the thread, false for timeouts.

◆ WakeToken

uint64 UE::ParkingLot::FWaitState::WakeToken = 0

Optional value that was provided by the callback in WakeOne.


The documentation for this struct was generated from the following file: