Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Interp Curve Point Vector 2D' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | In Val | Float input value that corresponds to this key (eg. time). |
| vector2d struct | Out Val | 2D vector output value of when input is equal to InVal. |
| vector2d struct | Arrive Tangent | Tangent of curve arriving at this point. |
| vector2d struct | Leave Tangent | Tangent of curve leaving this point. |
| enum | Interp Mode | Interpolation mode between this point and the next one. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Interp Curve Point Vector 2D |