Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraOutlinerEmitterInstanceData |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraDebuggerCommon.h |
| Include Path |
#include "NiagaraDebuggerCommon.h" |
Syntax
USTRUCT ()
struct FNiagaraOutlinerEmitterInstanceData
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FNiagaraOutlinerEmitterInstanceData()
|
|
NiagaraDebuggerCommon.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bRequiresPersistentIDs |
uint32 |
|
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Emitter"
|
| EmitterName |
FString |
Name of this emitter. |
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Emitter"
|
| ExecState |
ENiagaraExecutionState |
|
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Emitter"
|
| NumParticles |
int32 |
|
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Emitter"
|
| SimTarget |
ENiagaraSimTarget |
|
NiagaraDebuggerCommon.h |
- VisibleAnywhere
- Category="Emitter"
|
Functions
Public