Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- IMovieSceneTrackTemplateProducer
- UMovieSceneParticleTrack
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h |
Include | #include "Tracks/MovieSceneParticleTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneParticleTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Handles triggering of particle emitters
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneParticleTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddNewSection
(
FFrameNumber SectionTime |
|
![]() ![]() |
void | AddSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
UMovieSceneSection * | ||
![]() ![]() ![]() |
FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
|
![]() ![]() ![]() |
TArray< UMovieSceneSection * > | Get the track's particle sections. | |
![]() ![]() ![]() |
const TArray< UMovieSceneSection * > & | ||
![]() ![]() ![]() |
FText | ||
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
|
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
void | ||
![]() ![]() |
void | RemoveSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
void | RemoveSectionAt
(
int32 SectionIndex |
|
![]() ![]() ![]() |
bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |