Navigation
API > API/Runtime > API/Runtime/PhysicsCore
Presets of values used in considering when put this body to sleep.
| Name | ESleepFamily |
| Type | enum |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h |
| Include Path | #include "Chaos/ChaosEngineInterface.h" |
Syntax
enum ESleepFamily
{
Normal,
Sensitive,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Normal | Engine defaults. |
| Sensitive | A family of values with a lower sleep threshold; good for slower pendulum-like physics. |
| Custom | Specify your own sleep threshold multiplier |