Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/ANiagaraPerfBaselineActor
- AActor::TickActor()
- ANiagaraPerfBaselineActor::TickActor()
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPerfBaseline.h |
| Include | #include "NiagaraPerfBaseline.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPerfBaseline.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 |