EZTimeline Showcase

This single blueprint node carries all the functionality you need to simulate input for any device!


What is EZTimeline?

EZTimeline is an infinitely useful code object that can be used in both blueprints and C++, as a timeline for ALL actors, including those that do not allow the traditional timeline, such as Actor Components.


How can I use EZTimeline?

All you need to do is construct the EZTimeline, add your float track, (in the form of the much more advanced float curve), and add the events! You can play, pause, and reverse the Timeline at all times, from anywhere in your code!


Is EZTimeline complicated?

EZTimeline is quite easy to understand, though for those who want to tweak some of the functionality, there is heavily commented C++ code, but for those more interested in the technical side of things, there is heavy documentation covering the asset, and if you find yourself with more questions outside of that, there is a Discord Support server where you will be helped!


How big is EZTimeline?

EZTimeline takes up less than 1 MB on disk space (without the showcase), and an extremely small amount of memory and CPU (its hard to estimate because Unreal Engine takes up quite a large amount itself, but EZTimeline is practically unnoticeable in your levels performance, how do we know it doesnt effect performance? It always keeps 120 fps on an empty project).


Will EZTimeline be receiving updates?

It is unlikely that I will update EZTimeline as of today, aside from engine version updates, unless there is an overwhelming number of requests for it to change. However, I am always working on other assets, and you can find me in the Discord server if you feel that something is missing in your project!


November 30, 2022