Navigation
API > API/Plugins > API/Plugins/ChaosMover
| Name | IChaosMovementActuationInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/PathedMovement/ChaosPathedMovementTypes.h |
| Include Path | #include "ChaosMover/PathedMovement/ChaosPathedMovementTypes.h" |
Syntax
class IChaosMovementActuationInterface
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const Chaos::FPBDJointSettings & GetConstraintSettings() |
Constraint settings of the joint constraint, only valid when ShouldUseConstraint() is true. | ChaosMover/PathedMovement/ChaosPathedMovementTypes.h | |
bool ShouldUseConstraint() |
Whether the simulation should use a constraint to move the controlled particle, or moving it kinematically. | ChaosMover/PathedMovement/ChaosPathedMovementTypes.h |