Type alias FInterpolateParameter

FInterpolateParameter: {
    stop: Expression<number>;
    value: Expression<PropertyType>;
}

Type declaration