FComposurePostMoveSettings::GetProjectionMatrix

Returns a non-centered projection matrix.

Windows
MacOS
Linux

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Public/ComposurePostMoves.h

Include

#include "ComposurePostMoves.h"

Source

/Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposurePostMoves.cpp

Syntax

FMatrix GetProjectionMatrix
(
    float HorizontalFOVAngle,
    float AspectRatio
) const

Remarks

Returns a non-centered projection matrix.

Parameters

Parameter

Description

HorizontalFOVAngle

The desired horizontal FOV in degrees.

AspectRatio

The desired aspect ratio.

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