Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Animation > API/Runtime/Slate/Framework/Animation/TAttributeInterpolator > API/Runtime/Slate/Framework/Animation/TAttributeInterpolator/Equals
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AttributeInterpolator.h |
| Include | #include "Framework/Animation/AttributeInterpolator.h" |
static bool Equals
(
const NumericType & InA,
const NumericType & InB,
double InTolerance
)
Remarks
Helper function to compare to values - to allow to specialize per type as needed True if the two values are considered "equal"
Parameters
| Name | Description |
|---|---|
| InA | The first value to compare |
| InB | The second value to compare |