Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemSimulation.h |
| Include | #include "NiagaraSystemSimulation.h" |
Syntax
struct FNiagaraSystemSimulationTickContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGraphEventArray | BeforeInstancesTickGraphEvents | ||
| bool | bRunningAsync | ||
| FGraphEventArray * | CompletionEvents | ||
| FNiagaraDataSet & | DataSet | ||
| float | DeltaSeconds | ||
| int | EffectsQuality | ||
| TArray< FNiagaraSystemInstance * > & | Instances | ||
| FNiagaraSystemSimulation * | Owner | ||
| int32 | SpawnNum | ||
| UNiagaraSystem * | System | ||
| UWorld * | World |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraSystemSimulationTickContext
(
FNiagaraSystemSimulation* InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |