Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraRendererExecutionIndex |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path |
#include "NiagaraSystem.h" |
Syntax
struct FNiagaraRendererExecutionIndex
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EmitterIndex |
uint32 |
The index of the emitter |
NiagaraSystem.h |
|
| EmitterRendererIndex |
uint32 |
The index of the renderer in the emitter's list |
NiagaraSystem.h |
|
| SystemRendererIndex |
uint32 |
The index of the renderer in the entire system |
NiagaraSystem.h |
|