Navigation
API > API/Plugins > API/Plugins/ChaosMover
| Name | IChaosPathedMovementModeInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
class IChaosPathedMovementModeInterface
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/ChaosMoverSimulationTypes.h | |
bool ShouldUseConstraint() |
Whether the simulation should use a constraint to move the actor along the path, or moving the actor kinematically. | ChaosMover/ChaosMoverSimulationTypes.h |