EmitterExecutionOrder

Array of emitter indices sorted by execution priority.

Windows
MacOS
Linux

Syntax

TArray< FNiagaraEmitterExecutionIndex > EmitterExecutionOrder

Remarks

Array of emitter indices sorted by execution priority. The emitters will be ticked in this order. Please

that some indices may have the top bit set (kStartNewOverlapGroupBit) to indicate synchronization points in parallel execution, so mask it out before using the values as indices in the emitters array.

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