Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/TAnimatedAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< TAnimatedAttribute > CreateWithGetter
(
const InterpolatorSettings& InSettings, |
Static: Creates an animated attribute that's pre-bound to the specified 'getter' delegate | Framework/Animation/AnimatedAttribute.h | |
static TSharedRef< TAnimatedAttribute > CreateWithGetter
(
const InterpolatorSettings& InSettings, |
Static: Creates an animated attribute that's pre-bound to the specified 'getter' delegate | Framework/Animation/AnimatedAttribute.h |
CreateWithGetter(const InterpolatorSettings &, const FGetter &, const TOptional< NumericType > &)
Description
Static: Creates an animated attribute that's pre-bound to the specified 'getter' delegate
| Name | CreateWithGetter |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include Path | #include "Framework/Animation/AnimatedAttribute.h" |
template<typename InterpolatorSettings>
static TSharedRef < TAnimatedAttribute > CreateWithGetter
(
const InterpolatorSettings & InSettings,
const FGetter & InGetter,
const TOptional < NumericType > & InDefaultValue
)
Parameters
| Name | Remarks |
|---|---|
| InSettings | The settings for the interpolator |
| InGetter | Delegate to bind |
| InDefaultValue | The optional default value. If not specified the getter will be used to determine the default |
CreateWithGetter(const InterpolatorSettings &, FGetter &&, const TOptional< NumericType > &)
Description
Static: Creates an animated attribute that's pre-bound to the specified 'getter' delegate
| Name | CreateWithGetter |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AnimatedAttribute.h |
| Include Path | #include "Framework/Animation/AnimatedAttribute.h" |
template<typename InterpolatorSettings>
static TSharedRef < TAnimatedAttribute > CreateWithGetter
(
const InterpolatorSettings & InSettings,
FGetter && InGetter,
const TOptional < NumericType > & InDefaultValue
)
Parameters
| Name | Remarks |
|---|---|
| InSettings | The settings for the interpolator |
| InGetter | Delegate to bind |
| InDefaultValue | The optional default value. If not specified the getter will be used to determine the default |