UPhysicsConstraintComponent::UpdateConstraintFrames

Update the reference frames held inside the constraint that indicate the joint location in the reference frame of the two connected bodies.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsConstraintComponent.h

Include

#include "PhysicsEngine/PhysicsConstraintComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsConstraintComponent.cpp

Syntax

void UpdateConstraintFrames()

Remarks

Update the reference frames held inside the constraint that indicate the joint location in the reference frame of the two connected bodies. You should call this whenever the constraint or either Component moves, or if you change the connected Components. This function does nothing though once the joint has been initialized.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss