Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Animation
Inheritance Hierarchy
- TAttributeInterpolator
- TArriveAttributeInterpolator
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Animation/AttributeInterpolator.h |
| Include | #include "Framework/Animation/AttributeInterpolator.h" |
Syntax
template<typename NumericType>
class TArriveAttributeInterpolator : public TAttributeInterpolator< NumericType >
Remarks
An arrive attribute interpolator. Arrives smoothly at the desired value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | LastDeltaTime | ||
| FSettings | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TArriveAttributeInterpolator
(
const FSettings& InSettings |
Overridden from TAttributeInterpolator
| Type | Name | Description | |
|---|---|---|---|
| bool | IdenticalTo
(
const TAttributeInterpolator< NumericType >* InOther |
Compares this interpolator to another one | |
| void | Interpolate () |
Interpolates the internal value against the new value This method is expected to set the Value member | |
| bool | IsTypeOf
(
EAttributeInterpolatorType InType |
Returns true if the interpolator is of a given type | |
| bool | Restart () |
Restart the animation | |
| bool | Start () |
Starts the animation and records time. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSettings |
Typedefs
| Name | Description |
|---|---|
| Super |