Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'InterpCurvePointLinearColor' from its members
Inputs
Type | Name | Description |
---|---|---|
real | In Val | Float input value that corresponds to this key (eg. time). |
linearcolor | Out Val | Color output value of when input is equal to InVal. |
linearcolor | Arrive Tangent | Tangent of curve arriving at this point. |
linearcolor | 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 Linear Color |