Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/Concatenate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus.h |
| Include | #include "Math/TransformCalculus.h" |
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.