UNiagaraSystem::ComputeEmitterPriority

Computes emitter priorities based on the dependency information.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h

Include

#include "NiagaraSystem.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystem.cpp

Syntax

bool ComputeEmitterPriority
(
    int32 EmitterIdx,
    TArray< int32, TInlineAllocator< 32 >> & EmitterPriorities,
    const TBitArray< TInlineAllocator< 32 >> & EmitterDependencyGraph
)

Remarks

Computes emitter priorities based on the dependency information.

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