UMovieSceneGeometryCollectionSection

Movie scene section that control geometry cache playback

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GeometryCollectionTracks

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionTracks/Public/MovieSceneGeometryCollectionSection.h

Include

#include "MovieSceneGeometryCollectionSection.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(MinimalAPI)
class UMovieSceneGeometryCollectionSection : public UMovieSceneSection

Remarks

Movie scene section that control geometry cache playback

Variables

Name Description

Public variable

FMovieSceneGeom...

 

Params

Constructors

Name Description

Public function

UMovieSceneGeometryCollectionSection

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Virtual Const

float

 

MapTimeToAnimation

(
    FFrameTime InPosition,
    FFrameRate InFrameRate
)

Get Frame Time as Animation Time

Overridden from UMovieSceneSection

Name Description

Protected function Virtual Const

FMovieSceneE...

 

GenerateTemplate()

Generate an evaluation template for this section

Protected function Virtual Const

TOptional< T...

 

GetAutoSizeRange()

Returns the range to auto size this section to, if there is one.

Protected function Virtual Const

TOptional< F...

 

GetOffsetTime()

The optional offset time of this section

Protected function Virtual Const

void

 

GetSnapTimes

(
    TArray< FFrameNumber >& OutSnapTim...,
    bool bGetSectionBorders
)

Gets all snap times for this section

Protected function Virtual

UMovieSceneS...

 

SplitSection

(
    FQualifiedFrameTime SplitTime,
    bool bDeleteKeys
)

Split a section in two at the split time

Protected function Virtual

void

 

TrimSection

(
    FQualifiedFrameTime TrimTime,
    bool bTrimLeft,
    bool bDeleteKeys
)

Trim a section at the trim time

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss