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" |
template<typename InterpolatorSettings, typename OtherType>
static TSharedRef < TAnimatedAttribute > Create
(
const InterpolatorSettings & InSettings,
OtherType && InInitialValue
)
Remarks
Static: Creates an animated attribute implicitly from an initial value
Parameters
| Name | Description |
|---|---|
| InSettings | The settings for the interpolator |
| InInitialValue | The value for this attribute |