Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/PhysicsMover
Inheritance Hierarchy
- IPhysicsCharacterMovementModeInterface
- UPhysicsDrivenFallingMode
- UPhysicsDrivenFlyingMode
- UPhysicsDrivenSwimmingMode
- UPhysicsDrivenWalkingMode
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PhysicsMoverSimulationTypes.h |
| Include | #include "PhysicsMover/PhysicsMoverSimulationTypes.h" |
Syntax
class IPhysicsCharacterMovementModeInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnContactModification_Internal
(
const FPhysicsMoverSimulationContactModifierParams& Params, |
Optionally run contact modification on the physics thread. | |
| void | UpdateConstraintSettings
(
Chaos::FCharacterGroundConstraint& Constraint |
Update the constraint settings on the game thread. |