Concatenate

Overloads for uniform Scale.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus.h"

Syntax

float Concatenate
(
    float LHS,
    float RHS
)

Remarks

Overloads for uniform Scale.

This isn't really 2D or 3D specific, but both 2D and 3D leverage uniform scale, and expect these overloads to be available, so we go ahead and define them here. Specialization for concatenating two scales.

Returns

a new Scale representing the transformation from the input space of LHS to the output space of RHS.

Parameters

Parameter

Description

LHS

Scale that goes from space A to space B

RHS

Scale that goes from space B to space C.

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