Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraEmitterExecutionIndex |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path |
#include "NiagaraSystem.h" |
Syntax
struct FNiagaraEmitterExecutionIndex
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FNiagaraEmitterExecutionIndex()
|
|
NiagaraSystem.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bStartNewOverlapGroup |
uint32 |
Flag to denote if the batcher should start a new overlap group, i.e. when we have a dependency ensure we don't overlap with the emitter we depend on. |
NiagaraSystem.h |
|
| EmitterIndex |
uint32 |
Emitter index to use |
NiagaraSystem.h |
|
Functions
Public