Concatenate

Special overload that allows one to explicitly define the result type, which applies TransformCast on each argument first.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/TransformCalculus.h"

Syntax

template<typename ReturnType, typename LHSType, typename RHSType>
ReturnType Concatenate
(
    const LHSType & LHS,
    const RHSType & RHS
)

Remarks

Special overload that allows one to explicitly define the result type, which applies TransformCast on each argument first.

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