Make

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TDenseMatrix...

 

Make

(
    const FVec3& InM
)

Create a copy of the 3x1 columns vector.

Public function Static

TDenseMatrix...

 

Make

(
    const FMatrix33& InM
)

Create a copy of the 3x3 matrix.

Public function Static

TDenseMatrix...

 

Make

(
    const int32 InNumRows,
    const int32 InNumCols
)

Factory methods Create a matrix with the specified dimensions, but all elements are uninitialized.

Public function Static

TDenseMatrix...

 

Make

(
    const int32 InNumRows,
    const int32 InNumCols,
    const FReal V
)

Create a matrix with the specified dimensions, and initialize all elements with "V".

Public function Static

TDenseMatrix...

 

Make

(
    const int32 InNumRows,
    const int32 InNumCols,
    const FReal* V,
    const int32 VLen
)

Create a matrix with the specified elements supplied as an array in row-major order (i.e., the first N elements are for Row 0, the next N for Row 1, etc., where N is the number of columns).

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