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/SetValueAndStop
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include | #include "Framework/Animation/AnimatedAttribute.h" |
void SetValueAndStop
(
const NumericType & InNewValue
)
Remarks
Sets the attribute's value and disables animation. The interpolator will be stopped and the value will become the new current value.
Parameters
| Name | Description |
|---|---|
| InNewValue | The value to set the attribute to |