Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'ProcMeshTangent' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Proc Mesh Tangent |
Outputs
Type | Name | Description |
---|---|---|
vector | Tangent X | Direction of X tangent for this vertex |
boolean | Flip Tangent Y | Bool that indicates whether we should flip the Y tangent when we compute it using cross product |