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 Add_MatrixMatrix
&40;
const FMatrix & A,
const FMatrix & B
&41;
Remarks
Gets the result of adding a matrix to this. The result of addition.
Parameters
Name | Description |
---|---|
Other | The Matrix to add. |