Navigation
API > API/Runtime > API/Runtime/Engine
Describes type of wake/sleep event sent to the physics system
| Name | ESleepEvent |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
Syntax
enum ESleepEvent
{
SET_Wakeup,
SET_Sleep,
}
Values
| Name | Remarks |
|---|---|
| SET_Wakeup | |
| SET_Sleep |