Navigation
API > API/Plugins > API/Plugins/NiagaraShader
| |
|
| Name |
ENiagaraSimStageExecuteBehavior |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraScriptBase.h |
| Include Path |
#include "NiagaraScriptBase.h" |
Syntax
enum ENiagaraSimStageExecuteBehavior
{
Always,
OnSimulationReset,
NotOnSimulationReset,
}
Values
| Name |
Remarks |
| Always |
The stage will run every frame. |
| OnSimulationReset |
The stage will only run on the frame when the simulation is reset. |
| NotOnSimulationReset |
The stage will not run on the frame where the simulation is reset. |