Skip to content
Media 1 for listing Code Timelines

Description

Preview: youtube.com/watch?v=B4R82y4WakYCode Timelines plugin provides a hassle-free way to handle any type of curve through your C++ code. In the current version, the following curves are available:• Float Curves• Vector Curves• Linear Color CurvesSince Float Curves are used mostly for interpolation, the plugin has a build-in interpolation system which supports the following types:• floats• FVectors• FRotators• FQuatsYou can assign the initial and target value for your interpolation and bind a function of your choice to fire with the type you desire. The plugin will handle the interpolation and call the bound functions with the updated value! In case you’re trying to interpolate between equal values, the plugin will notify you (by displaying a message in your output log) about that.Moreover, in case you’re using Float Curves, you can bind multiple functions to fire with a different type depending on your needs.You can play different type of curves in the same timeline and bind specific functions to fire for each curve, meaning you can play linear color curves with float curves or vector curves with linear color curves (or any additional combination).

Included formats