Navigation
API > API/Plugins > API/Plugins/GeometryCacheTracks
| Name | FMovieSceneGeometryCacheParams |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheSection.h |
| Include Path | #include "MovieSceneGeometryCacheSection.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieSceneGeometryCacheParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieSceneGeometryCacheParams() |
MovieSceneGeometryCacheSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bReverse | uint32 | Reverse the playback of the animation clip | MovieSceneGeometryCacheSection.h |
|
| EndFrameOffset | FFrameNumber | The offset into the end of the animation clip | MovieSceneGeometryCacheSection.h |
|
| FirstLoopStartFrameOffset | FFrameNumber | The offset for the first loop of the animation clip | MovieSceneGeometryCacheSection.h |
|
| GeometryCacheAsset | TObjectPtr< UGeometryCache > | The animation this section plays | MovieSceneGeometryCacheSection.h |
|
| PlayRate | float | The playback rate of the animation clip | MovieSceneGeometryCacheSection.h |
|
| StartFrameOffset | FFrameNumber | The offset into the beginning of the animation clip | MovieSceneGeometryCacheSection.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetSequenceLength() |
Gets the animation sequence length, not modified by play rate | MovieSceneGeometryCacheSection.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndOffset_DEPRECATED | float | MovieSceneGeometryCacheSection.h | ||
| GeometryCache_DEPRECATED | FSoftObjectPath | MovieSceneGeometryCacheSection.h | ||
| StartOffset_DEPRECATED | float | MovieSceneGeometryCacheSection.h |