Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- FMovieSceneBaseCacheParams
- FMovieSceneChaosCacheParams
- FMovieSceneNiagaraCacheParams
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneBaseCacheSection.h |
| Include | #include "Sections/MovieSceneBaseCacheSection.h" |
Syntax
struct FMovieSceneBaseCacheParams
Remarks
Base class for the cache parameters that will be used in all the cache sections
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bReverse | Reverse the playback of the animation clip | |
| FFrameNumber | EndFrameOffset | The offset into the end of the animation clip | |
| FFrameNumber | FirstLoopStartFrameOffset | The offset for the first loop of the animation clip | |
| float | PlayRate | The playback rate of the animation clip | |
| FFrameNumber | StartFrameOffset | The offset into the beginning of the animation clip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor/Destructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Gets the animation sequence length, not modified by play rate |