Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPerfBaseline.h |
Include |
#include "NiagaraPerfBaseline.h" |
class FNiagaraPerfBaselineStatsListener : public FParticlePerfStatsListener
Listener that accumulates a short run of stats for a particular baseline system. These are then stored for comparison against WIP systems in the editor to give a baseline for performance.
Name | Description | |
---|---|---|
|
FNiagaraPerfBaselineStatsListener ( |
Name | Description | ||
---|---|---|---|
|
Begin() |
Called when the listener begins receiving data. |
|
|
End() |
Called when the listener stops receiving data. |
|
|
NeedsComponentStats() |
||
|
NeedsSystemStats() |
||
|
NeedsWorldStats() |
||
|
Tick() |
Called every frame with the current frame data. |
|
|
TickRT() |
Called every frame from the render thread gather any RT stats. |