Navigation
API > API/Runtime > API/Runtime/PhysicsCore > API/Runtime/PhysicsCore/Chaos
References
| Module | PhysicsCore |
| Header | /Engine/Source/Runtime/PhysicsCore/Public/Chaos/ChaosEngineInterface.h |
| Include | #include "Chaos/ChaosEngineInterface.h" |
Syntax
enum ESleepFamily
{
Normal,
Sensitive,
Custom,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Presets of values used in considering when put this body to sleep.