Unreal Engine Blueprint API Reference > Math > Vector
Returns the cross product of two 3d vectors - see http://mathworld.wolfram.com/CrossProduct.html
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | A | |
vector | B |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Returns the cross product of two 3d vectors - see http://mathworld.wolfram.com/CrossProduct.html |