ULocalPlayer::GetPixelBoundingBox

This function will give you two points in Pixel Space that surround the World Space box.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/LocalPlayer.h"

Source

/Engine/Source/Runtime/Engine/Private/LocalPlayer.cpp

Syntax

bool GetPixelBoundingBox
(
    const FBox & ActorBox,
    FVector2D & OutLowerLeft,
    FVector2D & OutUpperRight,
    const FVector2D * OptionalAllotedSize
)

Remarks

This function will give you two points in Pixel Space that surround the World Space box.

Returns

False if there is no viewport, or if the box is behind the camera completely

Parameters

Parameter

Description

ActorBox

The World Space Box

OutLowerLeft

The Lower Left corner of the Pixel Space box

OutUpperRight

The Upper Right corner of the pixel space box

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