Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsSettings.h |
| Include | #include "PhysicsEngine/PhysicsSettings.h" |
Syntax
struct FChaosPhysicsSettings
Remarks
Settings container for Chaos physics engine settings, accessed in Chaos through a setting provider interface. See: IChaosSettingsProvider
Variables
| Type | Name | Description | |
|---|---|---|---|
| EChaosBufferMode | DedicatedThreadBufferMode | The buffering mode to use when running with a dedicated thread | |
| EChaosSolverTickMode | DedicatedThreadTickMode | The framerate/timestep ticking mode when running with a dedicated thread | |
| EChaosThreadingMode | DefaultThreadingModel | Default threading model to use on module initialisation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |