ENiagaraExecutionStateSource

The source from which a script execution state was set.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraTypes.h"

Syntax

enum ENiagaraExecutionStateSource
{
    Scalability,
    Internal,
    Owner,
    InternalCompletion,
}

Values

Name

Description

Scalability

Internal

Owner

InternalCompletion

Remarks

The source from which a script execution state was set. Used to allow scalability etc to change the state but only if the state has not been defined by something with higher precedence. If this changes, all scripts must be recompiled by bumping the NiagaraCustomVersion

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