Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/PhysicsEngine
Inheritance Hierarchy
- FConstraintInstanceBase
- FConstraintInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/ConstraintInstance.h |
| Include | #include "PhysicsEngine/ConstraintInstance.h" |
Syntax
struct FConstraintInstanceBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPhysicsConstraintHandle | ConstraintHandle | Internal physics constraint representation. | |
| int32 | ConstraintIndex | Indicates position of this constraint within the array in SkeletalMeshComponent. | |
| FOnConstraintBroken | OnConstraintBrokenDelegate | ||
| FOnPlasticDeformation | OnPlasticDeformationDelegate | ||
| FPhysScene * | PhysScene | Scene thats using the constraint. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPhysScene * | |||
| const FPhysScene * | |||
| void | Reset () |
||
| void | SetConstraintBrokenDelegate
(
FOnConstraintBroken InConstraintBrokenDelegate |
Set the constraint broken delegate. | |
| void | SetPlasticDeformationDelegate
(
FOnPlasticDeformation InPlasticDeformationDelegate |
Set the plastic deformation delegate. |