BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector4
Transform the input vector4 by a provided matrix4x4 and returns the resulting vector4.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
struct | Matrix | |
struct | Vec 4 |
Outputs
Type | Name | Description |
---|---|---|
struct | Return Value | Transformed vector4. |