Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/TAnimatedAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Framework/Animation/AnimatedAttribute.h | ||
TAnimatedAttribute
(
FPrivateToken, |
Construct only from interpolator settings This is used only for the Create methods and only accessible from there due to the use of a protected FPrivateToken. | Framework/Animation/AnimatedAttribute.h |
TAnimatedAttribute()
Description
Default constructor.
| Name | TAnimatedAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include Path | #include "Framework/Animation/AnimatedAttribute.h" |
TAnimatedAttribute()
TAnimatedAttribute(FPrivateToken, const InterpolatorSettings &)
Description
Construct only from interpolator settings This is used only for the Create methods and only accessible from there due to the use of a protected FPrivateToken. Please rely on the Create methods if you are seeing a compiler error related to this.
| Name | TAnimatedAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include Path | #include "Framework/Animation/AnimatedAttribute.h" |
template<typename InterpolatorSettings>
TAnimatedAttribute
(
FPrivateToken ,
const InterpolatorSettings & InSettings
)
Parameters
| Name | Remarks |
|---|---|
| InSettings | The settings for the interpolator |