Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneNiagaraTrack
- UMovieSceneNiagaraSystemTrack
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemTrack.h |
Include | #include "MovieScene/MovieSceneNiagaraSystemTrack.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneNiagaraSystemTrack :
public UMovieSceneNiagaraTrack,
public IMovieSceneTrackTemplateProducer
Overridden from UMovieSceneTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UMovieSceneSection * | Generates a new section suitable for use with this track. | |
![]() ![]() ![]() |
bool | Sub-classes can override this method to perforum custom evaluation tree population logic. | |
![]() ![]() ![]() |
bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from IMovieSceneTrackTemplateProducer
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
Create a movie scene eval template for the specified section |
![]() ![]() ![]() |
void | PostCompile
(
FMovieSceneEvaluationTrack& Track, |
Called after this track has been compiled, regardless of whether it was compiled through CustomCompile, or the default logic |
Constants
Name | Description |
---|---|
SharedDataId |