Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UMovieSceneNiagaraSystemSpawnSection |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
| Include Path | #include "MovieScene/MovieSceneNiagaraSystemSpawnSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneNiagaraSystemSpawnSection : public UMovieSceneSection
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneSection → UMovieSceneNiagaraSystemSpawnSection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneNiagaraSystemSpawnSection() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AgeUpdateMode | ENiagaraAgeUpdateMode | Specifies how sequencer should update the age of the controlled niagara system. | MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
| bAllowScalability | bool | MovieScene/MovieSceneNiagaraSystemSpawnSection.h | ||
| SectionEndBehavior | ENiagaraSystemSpawnSectionEndBehavior | Specifies what should happen to the niagara system when section evaluation finishes. | MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
| SectionEvaluateBehavior | ENiagaraSystemSpawnSectionEvaluateBehavior | Specifies what should happen to the niagara system when section is evaluating from the 2nd frame until the last frame. | MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
| SectionStartBehavior | ENiagaraSystemSpawnSectionStartBehavior | Specifies what should happen to the niagara system from before the section evaluates up until the first frame of the section. | MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ENiagaraAgeUpdateMode GetAgeUpdateMode() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
bool GetAllowScalability() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
ENiagaraSystemSpawnSectionEndBehavior GetSectionEndBehavior() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
ENiagaraSystemSpawnSectionEvaluateBehavior GetSectionEvaluateBehavior() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
ENiagaraSystemSpawnSectionStartBehavior GetSectionStartBehavior() |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
void SetAgeUpdateMode
(
ENiagaraAgeUpdateMode InMode |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
void SetAllowScalability
(
bool bInAllowScalability |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
void SetSectionEndBehavior
(
ENiagaraSystemSpawnSectionEndBehavior InBehavior |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
void SetSectionEvaluateBehavior
(
ENiagaraSystemSpawnSectionEvaluateBehavior InBehavior |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|
|
void SetSectionStartBehavior
(
ENiagaraSystemSpawnSectionStartBehavior InBehavior |
MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
|