Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraPlatformSet
Description
Inspects the passed sets and generates an array of all conflicts between these sets. Used to keep arrays of platform sets orthogonal.
| Name | GatherConflicts |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp |
static bool GatherConflicts
(
TConstArrayView< const FNiagaraPlatformSet * > PlatformSets,
TArray < FNiagaraPlatformSetConflictInfo > & OutConflicts
)