DBTween - simlar unity`s DOTween:Easy To Create Tween Animation

Version 1.0:

Video: [UE4 Plugin DBTween Demo_哔哩哔哩_bilibili]

We can use the following asynchronous or synchronous functions to create a complex Tween animation. Function as follows:

DOFloat, DOVector2D, DOVector3D, DOVector4D, DOColor, DOFade, DOMove, DORotation, DOScale, DOSize, DOPath

DOFloatSync, DOVector2DSync, DOVector3DSync, DOVector4DSync, DOColorSync, DOFadeSync, DOMoveSync, DORotationSync, DOScaleSync, DOSizeSync, DOPathSync

And there are 31 types of curves.

Features:

  • Tween Animation Control

Set TweenAnimation ease type: Linear,Sine,Quad,Cubic,Quart,Quint,Expo,Circ,Back,Bounce

  • Support for asynchronous calls function

Code Modules: (Runtime)

Number of Blueprints:0

Number of C++ Classes:13

Network Replicated: (No)

Supported Development Platforms: (Windows, Mac)

Supported Target Build Platforms: (Win64, Mac, IOS, Android)

Documentation: http://www.lexuehudong.com/cdn/usermanual/DBTween_UserManual.doc

Example Project: http://www.lexuehudong.com/cdn/usermanual/DBTweenDemoProject.rar