Unreal Engine Blueprint API Reference > Math > Matrix
return a 3D scale vector calculated from this matrix (where each component is the magnitude of a row vector) with error Tolerance. (Assumes Matrix represents a transform)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | M | |
real | Tolerance |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | return a 3D scale vector calculated from this matrix (where each component is the magnitude of a row vector) with error Tolerance.(Assumes Matrix represents a transform) |