UComposureBlueprintLibrary::GetCroppingUVTransformationMatrixFromPostMoveSettings

Returns UV transformation matrix and its inversed to crop.

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 GetCroppingUVTransformationMatrixFromPostMoveSettings
(
    const FComposurePostMoveSettings & PostMoveSettings,
    float AspectRatio,
    FMatrix & CropingUVTransformationMatrix,
    FMatrix & UncropingUVTransformationMatrix
)

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