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