DrawStatsHUD

Renders stats Renders stats

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void DrawStatsHUD
(
    UWorld * InWorld,
    FViewport * Viewport,
    FCanvas * Canvas,
    UCanvas * CanvasObject,
    TArray< struct FDebugDisplayProperty > & DebugProperties,
    const FVector & ViewLocation,
    const FRotator & ViewRotation
)

Remarks

Renders stats

Renders stats

Parameters

Parameter

Description

Viewport

The viewport to render to

Canvas

Canvas object to use for rendering

CanvasObject

Optional canvas object for visualizing properties

DebugProperties

List of properties to visualize (in/out)

ViewLocation

Location of camera

ViewRotation

Rotation of camera

World

The World to render stats about

Viewport

The viewport to render to

Canvas

Canvas object to use for rendering

CanvasObject

Optional canvas object for visualizing properties

DebugProperties

List of properties to visualize (in/out)

ViewLocation

Location of camera

ViewRotation

Rotation of camera

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