![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneBaseCacheSection.h>
Public Member Functions | |
| MOVIESCENETRACKS_API | FMovieSceneBaseCacheParams () |
| virtual | ~FMovieSceneBaseCacheParams () |
| virtual float | GetSequenceLength () const |
Public Attributes | |
| FFrameNumber | FirstLoopStartFrameOffset |
| FFrameNumber | StartFrameOffset |
| FFrameNumber | EndFrameOffset |
| float | PlayRate |
| uint32 | bReverse: 1 |
Base class for the cache parameters that will be used in all the cache sections
| FMovieSceneBaseCacheParams::FMovieSceneBaseCacheParams | ( | ) |
Constructor/Destructor
|
inlinevirtual |
Gets the animation sequence length, not modified by play rate
| uint32 FMovieSceneBaseCacheParams::bReverse |
Reverse the playback of the animation clip
| FFrameNumber FMovieSceneBaseCacheParams::EndFrameOffset |
The offset into the end of the animation clip
| FFrameNumber FMovieSceneBaseCacheParams::FirstLoopStartFrameOffset |
The offset for the first loop of the animation clip
| float FMovieSceneBaseCacheParams::PlayRate |
The playback rate of the animation clip
| FFrameNumber FMovieSceneBaseCacheParams::StartFrameOffset |
The offset into the beginning of the animation clip