Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| |
|
| Module |
ChaosVehiclesCore |
| Header |
/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/DeferredForcesModular.h |
| Include |
#include "SimModule/DeferredForcesModular.h" |
Syntax
enum EForceFlags
{
None = 0,
AllowSubstepping = 1 << 0,
AccelChange = 1 << 1,
VelChange = 1 << 2,
IsLocalForce = 1 << 3,
LevelSlope = 1 << 4,
}
Values
| Name |
Description |
| None |
|
| AllowSubstepping |
|
| AccelChange |
|
| VelChange |
|
| IsLocalForce |
|
| LevelSlope |
|