Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Animation > API/Runtime/Slate/Framework/Animation/TEasingAttributeInterpolator
- TAttributeInterpolator::IdenticalTo()
- TEasingAttributeInterpolator::IdenticalTo()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AttributeInterpolator.h |
| Include | #include "Framework/Animation/AttributeInterpolator.h" |
virtual bool IdenticalTo
(
const TAttributeInterpolator < NumericType > * InOther
) const
Remarks
Compares this interpolator to another one True if the this interpolator is considered identical to the passed one
Parameters
| Name | Description |
|---|---|
| InOther | The interpolator to compare this one to |