FParticlePerfStatsListener_TimedTest::Tick

Called every frame with the current frame data.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Particles/ParticlePerfStatsManager.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticlePerfStats.cpp

Syntax

virtual bool Tick()

Remarks

Called every frame with the current frame data. Returns true if we should continue listening. If false is returned the listener will be removed.