Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/WaitingQueue.h |
| Include | #include "Async/Fundamental/WaitingQueue.h" |
Syntax
struct FWaitEvent
Remarks
The struct is naturally 64 bytes aligned, the extra alignment just re-enforces this assumption and will error if it changes in the future
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64_t | Epoch | ||
| FEventRef | Event | ||
| std::atomic< uint64_t > | Next | ||
| std::atomic< EWaitState > | State |