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 void Matrix_GetScaledAxes
&40;
const FMatrix & M,
FVector & X,
FVector & Y,
FVector & Z
&41;
Remarks
Get axes of this matrix scaled by the scale of the matrix (Assumes Matrix represents a transform)
Parameters
Name | Description |
---|---|
X | axes returned to this param |
Y | axes returned to this param |
Z | axes returned to this param |