Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
Include | #include "Kismet/KismetMathLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static FMatrix Multiply_MatrixMatrix
&40;
const FMatrix & A,
const FMatrix & B
&41;
Remarks
Gets the result of multiplying a Matrix to this. The result of multiplication.
Parameters
Name | Description |
---|---|
Other | The matrix to multiply this by. |