VectorMatrixMultiply

Multiplies two 4x4 matrices.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathDirectX.h"

Syntax

void VectorMatrixMultiply
(
    FMatrix * Result,
    const FMatrix * Matrix1,
    const FMatrix * Matrix2
)

Remarks

Multiplies two 4x4 matrices.

Parameters

Parameter

Description

Result

Pointer to where the result should be stored

Matrix1

Pointer to the first matrix

Matrix2

Pointer to the second matrix

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