FParticlePerfStatsListener_DebugRender

This listener displays stats onto a debug canvas in a viewport.

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_DebugRender : public FParticlePerfStatsListener_GatherAll

Remarks

This listener displays stats onto a debug canvas in a viewport. It does not sync with the Render Thread and so RT stats are one or more frames delayed.

Constructors

Functions

Name Description

Public function

int32

 

RenderStats

(
    UWorld* World,
    FViewport* Viewport,
    FCanvas* Canvas,
    int32 X,
    int32 Y,
    const FVector* ViewLocation,
    const FRotator* ViewRotation
)

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