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/Task.h |
| Include | #include "Async/Fundamental/Task.h" |
Syntax
struct FSleepEvent
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 | |
|---|---|---|---|
| std::atomic< FSleepEvent * > | Next | ||
| FEventRef | SleepEvent | ||
| std::atomic< ESleepState > | SleepState |