Navigation
API > API/Plugins > API/Plugins/ChaosVehicles
References
| |
|
| Module |
ChaosVehicles |
| Header |
/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/DeferredForces.h |
| Include |
#include "DeferredForces.h" |
Syntax
enum EForceFlags
&123;
None = 0,
AllowSubstepping = 1 << 0,
AccelChange = 1 << 1,
VelChange = 1 << 2,
IsLocalForce = 1 << 3,
LevelSlope = 1 << 4,
None = 0,
AllowSubstepping = 1 << 0,
AccelChange = 1 << 1,
VelChange = 1 << 2,
IsLocalForce = 1 << 3,
&125;
Values
| Name |
Description |
| None |
|
| AllowSubstepping |
|
| AccelChange |
|
| VelChange |
|
| IsLocalForce |
|
| LevelSlope |
|
| None |
|
| AllowSubstepping |
|
| AccelChange |
|
| VelChange |
|
| IsLocalForce |
|