Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneNiagaraTrack
- UMovieSceneNiagaraParameterTrack
- UMovieSceneNiagaraBoolParameterTrack
- UMovieSceneNiagaraColorParameterTrack
- UMovieSceneNiagaraFloatParameterTrack
- UMovieSceneNiagaraIntegerParameterTrack
- UMovieSceneNiagaraVectorParameterTrack
- UMovieSceneNiagaraSystemTrack
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraTrack.h |
Include | #include "MovieScene/MovieSceneNiagaraTrack.h" |
Syntax
UCLASS&40;Abstract, MinimalAPI&41;
class UMovieSceneNiagaraTrack : public UMovieSceneNameableTrack
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< TObjectPtr< UMovieSceneSection > > | Sections |
Overridden from UMovieSceneTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. |
![]() ![]() ![]() |
const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | |
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. |
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
void | Removes animation data. | |
![]() ![]() |
void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. |
![]() ![]() |
void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index |