EResetMode

Defines modes for resetting the System instance.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemInstance.h

Include

#include "NiagaraSystemInstance.h"

Syntax

enum EResetMode
{
    ResetAll,
    ResetSystem,
    ReInit,
    None,
}

Values

Name

Description

ResetAll

Resets the System instance and simulations.

ResetSystem

Resets the System instance but not the simulations

ReInit

Full reinitialization of the system and emitters.

None

No reset

Remarks

Defines modes for resetting the System instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss