Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/ANiagaraPreviewGrid
- AActor::TickActor()
- ANiagaraPreviewGrid::TickActor()
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraPreviewGrid.h |
| Include | #include "NiagaraPreviewGrid.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPreviewGrid.cpp |
virtual void TickActor
&40;
float DeltaTime,
enum ELevelTick TickType,
FActorTickFunction & ThisTickFunction
&41;
Remarks
Dispatches the once-per frame Tick() function for this actor
Parameters
| Name | Description |
|---|---|
| DeltaTime | The time slice of this tick |
| TickType | The type of tick that is happening |
| ThisTickFunction | The tick function that is firing, useful for getting the completion handle |