FViewport::DrawStatsHUD

First chance for viewports to render custom stats text

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Syntax

virtual int32 DrawStatsHUD
(
    FCanvas * InCanvas,
    const int32 InX,
    const int32 InY
)

Remarks

First chance for viewports to render custom stats text

Returns

  • Y for next stat drawing

Parameters

Parameter

Description

InCanvas

Canvas for rendering

InX

Starting X for drawing

InY

Starting Y for drawing

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