Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UTickableTransformConstraint
Type
typedef TMulticastDelegate_TwoParams< void, UTickableTransformConstraint &42;, const FPropertyChangedEvent & > FOnConstraintChanged
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/TransformConstraint.h |
| Include | #include "TransformConstraint.h" |
Remarks
Returns a delegate that can be used to monitor for property changes. This can be used to monitor constraints changes only instead of using FCoreUObjectDelegates::OnObjectPropertyChanged that is listening to every objects. Note that bScaling is currently the only property change we monitor but this can be used for other properties.