Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h |
Include |
#include "Particles/ParticlePerfStatsManager.h" |
class FParticlePerfStatsListener : public TSharedFromThis< FParticlePerfStatsListener, ESPMode::ThreadSafe >
Name | Description | |
---|---|---|
|
~FParticlePerfStatsListener() |
Name | Description | ||
---|---|---|---|
|
Begin() |
Called when the listener begins receiving data. |
|
|
End() |
Called when the listener stops receiving data. |
|
|
NeedsComponentStats() |
||
|
NeedsSystemStats() |
||
|
NeedsWorldStats() |
||
|
OnAddComponent ( |
Called when a new component is seen for the first time. |
|
|
OnAddSystem ( |
Called when a new system is seen for the first time. |
|
|
OnAddWorld ( |
Called when a new world is seen for the first time. |
|
|
OnRemoveComponent ( |
Called when a component has been freed and is no longer tracked by the stats. |
|
|
OnRemoveSystem ( |
Called when a system has been freed and is no longer tracked by the stats. |
|
|
OnRemoveWorld ( |
Called when a world has been freed and is no longer tracked by the stats. |
|
|
Tick() |
Called every frame with the current frame data. |
|
|
TickRT() |
Called every frame from the render thread gather any RT stats. |