Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Animation > API/Runtime/Slate/Framework/Animation/TAnimatedAttribute > API/Runtime/Slate/Framework/Animation/TAnimatedAttribute/Set
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include | #include "Framework/Animation/AnimatedAttribute.h" |
template<typename OtherType>
void Set
(
const OtherType & InNewValue
)
Remarks
Sets the attribute's value while keeping a running interpolation going. The value will be become the new desired value and the interpolation will continue trying to reach it. If the interpolation is currently stopped the animation / interpolation will restart towards the new provided value.
Parameters
| Name | Description |
|---|---|
| InNewValue | The value to set the attribute to |