Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
| |
|
| Name |
EForceFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/DeferredForcesModular.h |
| Include Path |
#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 |
Remarks |
| None |
|
| AllowSubstepping |
|
| AccelChange |
|
| VelChange |
|
| IsLocalForce |
|
| LevelSlope |
|