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 FVector Matrix_GetUnitAxis
&40;
const FMatrix & M,
TEnumAsByte< EAxis::Type > Axis
&41;
Remarks
Get unit length axis of this matrix (Assumes Matrix represents a transform) vector of the axis
Parameters
Name | Description |
---|---|
i | index into the axis of the matrix |