Navigation
API > API/Plugins > API/Plugins/GeometryCollectionTracks
| Name | FMovieSceneGeometryCollectionParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionTracks/Public/MovieSceneGeometryCollectionSection.h |
| Include Path | #include "MovieSceneGeometryCollectionSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneGeometryCollectionParams
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieSceneGeometryCollectionParams() |
MovieSceneGeometryCollectionSection.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMovieSceneGeometryCollectionParams() |
MovieSceneGeometryCollectionSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndFrameOffset | FFrameNumber | The offset into the end of the animation clip | MovieSceneGeometryCollectionSection.h |
|
| GeometryCollectionCache | FSoftObjectPath | The animation this section plays | MovieSceneGeometryCollectionSection.h |
|
| PlayRate | float | The playback rate of the animation clip | MovieSceneGeometryCollectionSection.h |
|
| StartFrameOffset | FFrameNumber | The offset into the beginning of the animation clip | MovieSceneGeometryCollectionSection.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetDuration() |
Gets the animation duration, modified by play rate | MovieSceneGeometryCollectionSection.h | |
float GetSequenceLength() |
Gets the animation sequence length, not modified by play rate | MovieSceneGeometryCollectionSection.h |