UEngine::RenderEngineStats

Function to render all the simple stats

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

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

Syntax

void RenderEngineStats
(
    UWorld * World,
    FViewport * Viewport,
    FCanvas * Canvas,
    int32 LHSX,
    int32 & InOutLHSY,
    int32 RHSX,
    int32 & InOutRHSY,
    const FVector * ViewLocation,
    const FRotator * ViewRotation
)

Remarks

Function to render all the simple stats

Parameters

Parameter

Description

World

The world being drawn to.

ViewportClient

The viewport being drawn to.

Canvas

The canvas to use when drawing.

LHSX

The left hand side X position to start drawing from.

InOutLHSY

The left hand side Y position to start drawing from.

RHSX

The right hand side X position to start drawing from.

InOutRHSY

The right hand side Y position to start drawing from.

ViewLocation

The world space view location.

ViewRotation

The world space view rotation.

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