Go to the source code of this file.
|
| enum class | EPhysicsProxyType : uint32 {
NoneType = 0
, StaticMeshType = 1
, GeometryCollectionType = 2
, FieldType = 3
,
SkeletalMeshType = 4
, JointConstraintType = 8
, SuspensionConstraintType = 9
, CharacterGroundConstraintType = 10
,
SingleParticleProxy
, ClusterUnionProxy
, Count
} |
| |
| enum class | EProxyInterpolationType : uint32 { Base = 0
, ErrorLinear = 1
, ErrorVelocity = 2
} |
| |
◆ EPhysicsProxyType
| Enumerator |
|---|
| NoneType | |
| StaticMeshType | |
| GeometryCollectionType | |
| FieldType | |
| SkeletalMeshType | |
| JointConstraintType | |
| SuspensionConstraintType | |
| CharacterGroundConstraintType | |
| SingleParticleProxy | |
| ClusterUnionProxy | |
| Count | |
◆ EProxyInterpolationType
| Enumerator |
|---|
| Base | |
| ErrorLinear | |
| ErrorVelocity | |