Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UTickableTransformConstraint
- UTickableTransformConstraint::OnHandleModified()
- UTickableTranslationConstraint::OnHandleModified()
- UTickableRotationConstraint::OnHandleModified()
- UTickableScaleConstraint::OnHandleModified()
- UTickableParentConstraint::OnHandleModified()
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/TransformConstraint.h |
| Include | #include "TransformConstraint.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/TransformConstraint.cpp |
virtual void OnHandleModified
&40;
UTransformableHandle &42; InHandle,
EHandleEvent InEvent
&41;
Remarks
Manages changes on the child/parent transformable handle. This can be used to update internal data (i.e. offset) when transform changes outside of that system and need to trigger changes within the constraint itself.