EZTimeline - Customizable Timeline for ALL Blueprints

EZSystems - 代码插件 - 2022/11/30

This simple timeline object can be used in any actor, including those who don't allow the traditional timeline!

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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!

技术细节

Features:

  •  Clean, Commented C++ Code exposed to you in Blueprints for your easy use (can also be used in C++)!
  •  Easy to implement! All you have to do is construct EZTimeline, add your track, and add the events.
  •  Uses the much more advanced Float Curve so you can make your track as detailed as possible.
  • Can be Paused, Started, Stopped, and Reversed from anywhere in your code using a reference!

Code Modules:

  •  EZTimeline.cpp and .h (Runtime) - Provides all the functionality of the timeline.

Number of C++ Classes: 1 - EZTimeline

Network Replicated: Yes

Supported Platforms: Windows, Linux, MacOS, and Android

Support: Discord

Documentation: CLICK HERE

Example Project: Windows