Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
EGeometryCollectionPhysicsTypeEnum |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollectionSimulationTypes.h |
| Include Path |
#include "GeometryCollection/GeometryCollectionSimulationTypes.h" |
Syntax
enum EGeometryCollectionPhysicsTypeEnum
{
Chaos_AngularVelocity,
Chaos_DynamicState,
Chaos_LinearVelocity,
Chaos_InitialAngularVelocity,
Chaos_InitialLinearVelocity,
Chaos_CollisionGroup,
Chaos_LinearForce,
Chaos_AngularTorque,
Chaos_DisableThreshold,
Chaos_SleepingThreshold,
Chaos_ExternalClusterStrain,
Chaos_InternalClusterStrain,
Chaos_LinearImpulse,
Chaos_Max,
}
Values
| Name |
Remarks |
| Chaos_AngularVelocity |
|
| Chaos_DynamicState |
|
| Chaos_LinearVelocity |
|
| Chaos_InitialAngularVelocity |
|
| Chaos_InitialLinearVelocity |
|
| Chaos_CollisionGroup |
|
| Chaos_LinearForce |
|
| Chaos_AngularTorque |
|
| Chaos_DisableThreshold |
|
| Chaos_SleepingThreshold |
|
| Chaos_ExternalClusterStrain |
|
| Chaos_InternalClusterStrain |
|
| Chaos_LinearImpulse |
|
| Chaos_Max |
|