FComposurePostMoveSettings::GetCroppingUVTransformationMatrix

Returns UV transformation matrix and its inversed to crop.

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

void GetCroppingUVTransformationMatrix
(
    float AspectRatio,
    FMatrix * OutCropingUVTransformationMatrix,
    FMatrix * OutUncropingUVTransformationMatrix
) const

Remarks

Returns UV transformation matrix and its inversed to crop.

Parameters

Parameter

Description

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