Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/Sequencer
Inheritance Hierarchy
- UMovieSceneNameableTrack
- IMovieSceneTrackTemplateProducer
- UMovieSceneChaosCacheTrack
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Sequencer/MovieSceneChaosCacheTrack.h |
| Include | #include "Chaos/Sequencer/MovieSceneChaosCacheTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneChaosCacheTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Handles animation of ChaosCache
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneChaosCacheTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | AddNewAnimation
(
FFrameNumber KeyTime, |
Adds a new animation to this track | |
| void | AddSection
(
UMovieSceneSection& Section |
||
| UMovieSceneSection * | |||
| FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
||
| const TArray< UMovieSceneSection * > & | |||
| TArray< UMovieSceneSection * > | GetAnimSectionsAtTime
(
FFrameNumber Time |
Gets the animation sections at a certain time | |
| FText | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| bool | IsEmpty () |
||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |
||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |