AHUD::DrawMaterialSimple

Draws a material-textured quad on the HUD. Assumes UVs such that the entire material is shown.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h

Include

#include "GameFramework/HUD.h"

Source

/Engine/Source/Runtime/Engine/Private/HUD.cpp

Syntax

void DrawMaterialSimple
(
    UMaterialInterface * Material,
    float ScreenX,
    float ScreenY,
    float ScreenW,
    float ScreenH,
    float Scale,
    bool bScalePosition
)

Remarks

Draws a material-textured quad on the HUD. Assumes UVs such that the entire material is shown.

Parameters

Parameter

Description

Material

Material to use

ScreenX

Screen-space X coordinate of upper left corner of the quad.

ScreenY

Screen-space Y coordinate of upper left corner of the quad.

ScreenW

Screen-space width of the quad (in pixels).

ScreenH

Screen-space height of the quad (in pixels).

Scale

Amount to scale the entire texture (horizontally and vertically)

bScalePosition

Whether the "Scale" parameter should also scale the position of this draw call.

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