UComposureBlueprintLibrary::GetProjectionMatrixFromPostMoveSettings

Returns a non-centered projection matrix.

Windows
MacOS
Linux

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h

Include

#include "ComposureBlueprintLibrary.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Composure")
static void GetProjectionMatrixFromPostMoveSettings
(
    const FComposurePostMoveSettings & PostMoveSettings,
    float HorizontalFOVAngle,
    float AspectRatio,
    FMatrix & ProjectionMatrix
)

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