FParticlePerfStatsListener_TimedTest

Simple stats listener that will gather stats on all systems for N frames and dump the results to a CSV and the Log.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticlePerfStatsManager.h

Include

#include "Particles/ParticlePerfStatsManager.h"

Syntax

class FParticlePerfStatsListener_TimedTest : public FParticlePerfStatsListener_GatherAll

Remarks

Simple stats listener that will gather stats on all systems for N frames and dump the results to a CSV and the Log.

Constructors

Name Description

Public function

FParticlePerfStatsListener_TimedTest

(
    int32 NumFrames,
    bool bInGatherWorldStats,
    bool bInGatherSystemStats,
    bool bInGatherComponentStats
)

Overridden from FParticlePerfStatsListener

Name Description

Public function Virtual

void

 

End()

Called when the listener stops receiving data.

Public function Virtual

bool

 

Tick()

Called every frame with the current frame data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss