FCanvas::CalcBaseTransform3D

Generate a 3D projection for the canvas. Use this if you want to transform in 3D

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

static FMatrix CalcBaseTransform3D
(
    uint32 ViewSizeX,
    uint32 ViewSizeY,
    float fFOV,
    float NearPlane
)

Remarks

Generate a 3D projection for the canvas. Use this if you want to transform in 3D

Returns

Matrix for canvas projection

Parameters

Parameter

Description

ViewSizeX

Viewport width

ViewSizeY

Viewport height

fFOV

Field of view for the projection

NearPlane

Distance to the near clip plane

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