FPerspectiveMatrix::FPerspectiveMatrix

Constructor

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/PerspectiveMatrix.h

Include

#include "Math/PerspectiveMatrix.h"

Syntax

FPerspectiveMatrix
(
    float HalfFOVX,
    float HalfFOVY,
    float MultFOVX,
    float MultFOVY,
    float MinZ,
    float MaxZ
)

Remarks

Constructor

Parameters

Parameter

Description

HalfFOVX

Half FOV in the X axis

HalfFOVY

Half FOV in the Y axis

MultFOVX

multiplier on the X axis

MultFOVY

multiplier on the y axis

MinZ

distance to the near Z plane

MaxZ

distance to the far Z 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