Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraTickInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSystemSimulation.h |
| Include Path |
#include "NiagaraSystemSimulation.h" |
Syntax
struct FNiagaraTickInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EngineTick |
float |
|
NiagaraSystemSimulation.h |
|
| SystemTick |
float |
|
NiagaraSystemSimulation.h |
|
| TickCount |
int32 |
|
NiagaraSystemSimulation.h |
|
| TickNumber |
int32 |
|
NiagaraSystemSimulation.h |
|
| TimeStepFraction |
float |
|
NiagaraSystemSimulation.h |
|
| UsesFixedTick |
bool |
|
NiagaraSystemSimulation.h |
|