unreal.MovieSceneNiagaraSystemSpawnSection¶
- class unreal.MovieSceneNiagaraSystemSpawnSection(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieSceneSectionMovie Scene Niagara System Spawn Section
C++ Source:
Plugin: Niagara
Module: Niagara
File: MovieSceneNiagaraSystemSpawnSection.h
Editor Properties: (see get_editor_property/set_editor_property)
age_update_mode(NiagaraAgeUpdateMode): [Read-Write] Specifies how sequencer should update the age of the controlled niagara system.allow_scalability(bool): [Read-Write]color_tint(Color): [Read-Write] The color tint for this sectioncondition_container(MovieSceneConditionContainer): [Read-Write] Optional dynamic condition for whether this section evaluates at runtime.easing(MovieSceneEasingSettings): [Read-Write]eval_options(MovieSceneSectionEvalOptions): [Read-Write]is_active(bool): [Read-Write] Toggle whether this section is active/inactiveis_locked(bool): [Read-Write] Toggle whether this section is locked/unlockedpost_roll_frames(FrameNumber): [Read-Write] The amount of time to continue ‘postrolling’ this section for after evaluation has ended.pre_roll_frames(FrameNumber): [Read-Write] The amount of time to prepare this section for evaluation before it actually starts.section_end_behavior(NiagaraSystemSpawnSectionEndBehavior): [Read-Write] Specifies what should happen to the niagara system when section evaluation finishes.section_evaluate_behavior(NiagaraSystemSpawnSectionEvaluateBehavior): [Read-Write] Specifies what should happen to the niagara system when section is evaluating from the 2nd frame until the last frame.section_range(MovieSceneFrameRange): [Read-Write] The range in which this section is activesection_start_behavior(NiagaraSystemSpawnSectionStartBehavior): [Read-Write] Specifies what should happen to the niagara system from before the section evaluates up until the first frame of the section.timecode_source(MovieSceneTimecodeSource): [Read-Write] The timecode at which this movie scene section is based (ie. when it was recorded)
- get_age_update_mode() NiagaraAgeUpdateMode¶
Get Age Update Mode
- Return type:
- get_section_end_behavior() NiagaraSystemSpawnSectionEndBehavior¶
Get Section End Behavior
- Return type:
- get_section_evaluate_behavior() NiagaraSystemSpawnSectionEvaluateBehavior¶
Get Section Evaluate Behavior
- Return type:
- get_section_start_behavior() NiagaraSystemSpawnSectionStartBehavior¶
Get Section Start Behavior
- Return type:
- set_age_update_mode(mode) None¶
Set Age Update Mode
- Parameters:
mode (NiagaraAgeUpdateMode)
- set_allow_scalability(allow_scalability) None¶
Set Allow Scalability
- Parameters:
allow_scalability (bool)
- set_section_end_behavior(behavior) None¶
Set Section End Behavior
- Parameters:
behavior (NiagaraSystemSpawnSectionEndBehavior)
- set_section_evaluate_behavior(behavior) None¶
Set Section Evaluate Behavior
- Parameters:
behavior (NiagaraSystemSpawnSectionEvaluateBehavior)
- set_section_start_behavior(behavior) None¶
Set Section Start Behavior
- Parameters:
behavior (NiagaraSystemSpawnSectionStartBehavior)