Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

DBTween

DearBing - Code Plugins - Aug 10, 2021

DBTween is a Tween animation plugin.You can easily create a complex Tween animation using just one function

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27, 5.0 - 5.1
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Version 3.0:

  • Add DORotator
  • DoPath add return value curRotator
  • Changed:Change all class names from Tween to DBTween.To avoid compiler errors caused by conflicts with other plug-in parameter class names
  • Because the class name has been changed, users upgrading from older versions should make a backup before upgrading

Version 2.0:

Add Feature:Play Tween animations by curve

Version 1.0:

Video: DBTween Plugin Demo

Windows exe Demo:DBTweenDemoExe

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.

Technical Details

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.pdf

Example Project: http://www.lexuehudong.com/cdn/usermanual/DBTweenDemoProject426.zip