Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FCachedInterpolation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construction to an invalid state. Calling Evaluate will always return false | Channels/MovieSceneInterpolation.h | ||
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a constant value | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a linear interpolation | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a quadratic interpolation | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a cubic interpolation | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a quartic interpolation | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a cubic interpolation | Channels/MovieSceneInterpolation.h | |
FCachedInterpolation
(
const FCachedInterpolationRange& InRange, |
Construction as a weighted cubic interpolation | Channels/MovieSceneInterpolation.h |
FCachedInterpolation()
Description
Default construction to an invalid state. Calling Evaluate will always return false
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation()
FCachedInterpolation(const FCachedInterpolationRange &, const FConstantValue &)
Description
Construction as a constant value
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FConstantValue & Constant
)
FCachedInterpolation(const FCachedInterpolationRange &, const FLinearInterpolation &)
Description
Construction as a linear interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FLinearInterpolation & Linear
)
FCachedInterpolation(const FCachedInterpolationRange &, const FQuadraticInterpolation &)
Description
Construction as a quadratic interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FQuadraticInterpolation & Quadratic
)
FCachedInterpolation(const FCachedInterpolationRange &, const FCubicInterpolation &)
Description
Construction as a cubic interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FCubicInterpolation & Cubic
)
FCachedInterpolation(const FCachedInterpolationRange &, const FQuarticInterpolation &)
Description
Construction as a quartic interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FQuarticInterpolation & Quartic
)
FCachedInterpolation(const FCachedInterpolationRange &, const FCubicBezierInterpolation &)
Description
Construction as a cubic interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FCubicBezierInterpolation & CubicBezier
)
FCachedInterpolation(const FCachedInterpolationRange &, const FWeightedCubicInterpolation &)
Description
Construction as a weighted cubic interpolation
| Name | FCachedInterpolation |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneInterpolation.h |
| Include Path | #include "Channels/MovieSceneInterpolation.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneInterpolation.cpp |
FCachedInterpolation
(
const FCachedInterpolationRange & InRange,
const FWeightedCubicInterpolation & WeightedCubic
)