Navigation
API > API/Runtime > API/Runtime/Engine
3x4 matrix of floating point values.
| Name | FMatrix3x4 |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Matrix3x4.h |
| Include Path | #include "Matrix3x4.h" |
Syntax
struct FMatrix3x4
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| M | float | Matrix3x4.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetIdentity() |
Matrix3x4.h | ||
void SetMatrix
(
const FMatrix& Mat |
Matrix3x4.h | ||
void SetMatrixTranspose
(
const FMatrix& Mat |
Matrix3x4.h |