![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneInterpolation.h>
Public Member Functions | |
| FFrameNumber | Clamp (FFrameNumber In) const |
| FFrameTime | Clamp (FFrameTime In) const |
| MOVIESCENE_API bool | Contains (FFrameNumber FrameNumber) const |
| MOVIESCENE_API bool | IsEmpty () const |
Public Attributes | |
| FFrameNumber | Start |
| FFrameNumber | End |
Simple 1 dimensional range based off a FFrameNumber to define the range within which a cached interpolation is valid
|
inline |
|
inline |
| bool UE::MovieScene::Interpolation::FCachedInterpolationRange::Contains | ( | FFrameNumber | FrameNumber | ) | const |
|
static |
Make an empty range
|
static |
Make finite range from InStart to InEnd, not including the end frame
|
static |
Make a range that covers all times from (and including) the specified start
|
static |
Make an infinite range
| bool UE::MovieScene::Interpolation::FCachedInterpolationRange::IsEmpty | ( | ) | const |
|
static |
Make a range that only contains the specified time
|
static |
Make a range that covers all times up to (but not including) the specified end
| FFrameNumber UE::MovieScene::Interpolation::FCachedInterpolationRange::End |
Exclusive end frame (unless End == Max())
| FFrameNumber UE::MovieScene::Interpolation::FCachedInterpolationRange::Start |
Inclusive start frame