Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Interp Curve Point Vector' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | In Val | Float input value that corresponds to this key (eg. time). |
| vector | Out Val | 3D vector output value of when input is equal to InVal. |
| vector | Arrive Tangent | Tangent of curve arriving at this point. |
| vector | 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 |