Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UTickableTransformConstraint
Description
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.
Derived Overrides
- UTickableParentConstraint::OnHandleModified
- UTickableRotationConstraint::OnHandleModified
- UTickableScaleConstraint::OnHandleModified
- UTickableTranslationConstraint::OnHandleModified
| Name | OnHandleModified |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/Transform/TransformConstraint.h |
| Include Path | #include "Transform/TransformConstraint.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/Transform/TransformConstraint.cpp |
virtual void OnHandleModified
(
UTransformableHandle * InHandle,
EHandleEvent InEvent
)