FNiagaraPlatformSet::GatherConflicts

Inspects the passed sets and generates an array of all conflicts between these sets.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraPlatformSet.h"

Source

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

Syntax

static bool GatherConflicts
(
    const TArray< const FNiagaraPlatformSet * > & PlatformSets,
    TArray< FNiagaraPlatformSetConflictInfo > & OutConflicts
)

Remarks

Inspects the passed sets and generates an array of all conflicts between these sets. Used to keep arrays of platform sets orthogonal.

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