VectorMatrixInverse

Calculate the inverse of an [FMatrix](API\Runtime\Core\Math\FMatrix).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathFPU.h"

Syntax

void VectorMatrixInverse
(
    void * DstMatrix,
    const void * SrcMatrix
)

Remarks

Calculate the inverse of an FMatrix.

Parameters

Parameter

Description

DstMatrix

FMatrix pointer to where the result should be stored

SrcMatrix

FMatrix pointer to the Matrix to be inversed

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