Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraPlatformSetConflictInfo |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
Syntax
USTRUCT ()
struct FNiagaraPlatformSetConflictInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraPlatformSetConflictInfo() |
NiagaraPlatformSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Conflicts | TArray< FNiagaraPlatformSetConflictEntry > | Array of all conflicts between these sets. | NiagaraPlatformSet.h | |
| SetAIndex | int32 | Index of the first conflicting set in the checked array. | NiagaraPlatformSet.h | |
| SetBIndex | int32 | Index of the second conflicting set in the checked array. | NiagaraPlatformSet.h |