Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Animation > API/Runtime/Slate/Framework/Animation/TAnimatedAttribute
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include | #include "Framework/Animation/AnimatedAttribute.h" |
bool IdenticalTo
(
const TAnimatedAttribute & InOther
) const
Remarks
Is this attribute identical to another TAnimationAttribute. true if the attributes are identical, false otherwise.
Parameters
| Name | Description |
|---|---|
| InOther | The other attribute to compare with. |