Navigation
API > API/Plugins > API/Plugins/GeometryCacheTracks
| Name | UMovieSceneGeometryCacheTrack |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheTracks/Classes/MovieSceneGeometryCacheTrack.h |
| Include Path | #include "MovieSceneGeometryCacheTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneGeometryCacheTrack :
public UMovieSceneNameableTrack ,
public IMovieSceneTrackTemplateProducer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneGeometryCacheTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneGeometryCacheTrack
(
const FObjectInitializer& ObjectInitializer |
MovieSceneGeometryCacheTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationSections | TArray< TObjectPtr< UMovieSceneSection > > | List of all animation sections | MovieSceneGeometryCacheTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * AddNewAnimation
(
FFrameNumber KeyTime, |
Adds a new animation to this track | MovieSceneGeometryCacheTrack.h | |
TArray< UMovieSceneSection * > GetAnimSectionsAtTime
(
FFrameNumber Time |
Gets the animation sections at a certain time | MovieSceneGeometryCacheTrack.h |
Overridden from UMovieSceneNameableTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDefaultDisplayName() |
MovieSceneGeometryCacheTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
MovieSceneGeometryCacheTrack.h | ||
virtual const TArray< UMovieSceneSection * > & GetAllSections() |
MovieSceneGeometryCacheTrack.h | ||
virtual bool HasSection
(
const UMovieSceneSection& Section |
MovieSceneGeometryCacheTrack.h | ||
virtual bool IsEmpty() |
MovieSceneGeometryCacheTrack.h | ||
virtual void RemoveAllAnimationData() |
MovieSceneGeometryCacheTrack.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
MovieSceneGeometryCacheTrack.h |
Overridden from IMovieSceneTrackVirtualAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddSection
(
UMovieSceneSection& Section |
MovieSceneGeometryCacheTrack.h | ||
virtual void RemoveSection
(
UMovieSceneSection& Section |
MovieSceneGeometryCacheTrack.h | ||
virtual void RemoveSectionAt
(
int32 SectionIndex |
MovieSceneGeometryCacheTrack.h |
Overridden from IMovieSceneTrackTemplateProducer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMovieSceneEvalTemplatePtr CreateTemplateForSection
(
const UMovieSceneSection& InSection |
MovieSceneGeometryCacheTrack.h |