FMatrix::SetAxes

Update the axes of the matrix if any value is NULL do not update that axis

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Matrix.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Syntax

void SetAxes
(
    FVector * Axis0,
    FVector * Axis1,
    FVector * Axis2,
    FVector * Origin
)

Remarks

Update the axes of the matrix if any value is NULL do not update that axis

Parameters

Parameter

Description

Axis0

set matrix row 0

Axis1

set matrix row 1

Axis2

set matrix row 2

Origin

set matrix row 3

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