![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | TShaderParameterTypeInfo< FMatrix3x4 > |
Functions | |
| MS_ALIGN (16) struct FMatrix3x4 | |
| GCC_ALIGN (16) | |
| FArchive & | operator<< (FArchive &Ar, FMatrix3x4 &M) |
| FORCEINLINE void | TransposeTransform (FMatrix3x4 &DstTransform, const FMatrix44f &SrcTransform) |
| ENGINE_API void | TransposeTransforms (FMatrix3x4 *DstTransforms, const FMatrix44f *SrcTransforms, int64 Count) |
| GCC_ALIGN | ( | 16 | ) |
| MS_ALIGN | ( | 16 | ) |
3x4 matrix of floating point values.
|
inline |
Serializes the Matrix.
| FORCEINLINE void TransposeTransform | ( | FMatrix3x4 & | DstTransform, |
| const FMatrix44f & | SrcTransform | ||
| ) |
| ENGINE_API void TransposeTransforms | ( | FMatrix3x4 * | DstTransforms, |
| const FMatrix44f * | SrcTransforms, | ||
| int64 | Count | ||
| ) |