Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/FPhysicsControlObjectVersion
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlObjectVersion.h |
| Include Path |
#include "PhysicsControlObjectVersion.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded,
ControlRigIncludeDriveInJoint,
ControlRigRemoveCurrentDataFromPhysicsComponent,
ControlRigUseAutomaticSolver,
ControlRigAutomaticallyAddPhysicsComponents,
ControlRigControlAddChildBodyComponentKey,
ControlRigControlAddControlMultiplier,
ControlRigSeparateOutJointFromBody,
ControlRigSupportFullConstraintData,
ControlRigSupportFullDriveConstraintData,
ControlRigSupportNoCollisionBodies,
ControlRigSupportBodyDamping,
ControlRigCollisionHasMaterial,
ControlRigBodyDynamicsHasDensity,
ControlRigSolverSettingsIncludesCollisionBoundsExpansion,
ControlRigDetectTeleportFromDistanceChange,
ControlRigSpeedThresholdForReset,
ControlRigResetCooldownFrames,
ControlRigSimSpaceDragMultipliers,
ControlRigAccelerationThresholdForReset,
ControlRigRemoveResetCooldownFrames,
ControlRigDriveRelativeToAnimation,
ControlRigDetectExternalVelocityTurbulence,
ControlRigBodyIncludeInChecksForReset,
ControlRigWorldCollision,
ControlRigCentreOfMassNudge,
ControlRigJointEnabled,
RemoveSkeletalAnimationVelocityMultiplier,
RemoveUseSkeletalAnimation,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made. |
| ControlRigIncludeDriveInJoint |
|
| ControlRigRemoveCurrentDataFromPhysicsComponent |
|
| ControlRigUseAutomaticSolver |
|
| ControlRigAutomaticallyAddPhysicsComponents |
|
| ControlRigControlAddChildBodyComponentKey |
|
| ControlRigControlAddControlMultiplier |
|
| ControlRigSeparateOutJointFromBody |
|
| ControlRigSupportFullConstraintData |
|
| ControlRigSupportFullDriveConstraintData |
|
| ControlRigSupportNoCollisionBodies |
|
| ControlRigSupportBodyDamping |
|
| ControlRigCollisionHasMaterial |
|
| ControlRigBodyDynamicsHasDensity |
|
| ControlRigSolverSettingsIncludesCollisionBoundsExpansion |
|
| ControlRigDetectTeleportFromDistanceChange |
|
| ControlRigSpeedThresholdForReset |
|
| ControlRigResetCooldownFrames |
|
| ControlRigSimSpaceDragMultipliers |
|
| ControlRigAccelerationThresholdForReset |
|
| ControlRigRemoveResetCooldownFrames |
|
| ControlRigDriveRelativeToAnimation |
|
| ControlRigDetectExternalVelocityTurbulence |
|
| ControlRigBodyIncludeInChecksForReset |
|
| ControlRigWorldCollision |
|
| ControlRigCentreOfMassNudge |
|
| ControlRigJointEnabled |
|
| RemoveSkeletalAnimationVelocityMultiplier |
|
| RemoveUseSkeletalAnimation |
|
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|