SetBlockAt

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetBlockAt

(
    const int32 RowOffset,
    const int32 ColumnOffset,
    const TDenseMatrix< T_EA >& V
)

Set the block starting at ("RowOffset", "ColumnOffset") from the specified matrix "V"

Public function

void

 

SetBlockAt

(
    const int32 RowOffset,
    const int32 ColumnOffset,
    const FMatrix33& V
)

Set the 3x3 block starting at ("RowOffset", "ColumnOffset") from the specified 3x3 matrix "V" (note: assumes the input UE matrix is column-major order)

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