BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Matrix
Inverts the matrix and then transforms V - correctly handles scaling in this matrix. (Assumes Matrix represents a transform)
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | M | |
vector | V |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Inverts the matrix and then transforms V - correctly handles scaling in this matrix.(Assumes Matrix represents a transform) |