
- Версия Unreal Engine
- 5.1
This plugin fixes this. It makes it possible to have as many curves as you want stored inside a single curve asset, so you can easily author whatever complex behaviors you desire.
Technical Details
Features:- New Curve Asset Type : Curviest (allows as many curves as you want)
- New Blueprint Node: Get Curve Values (generic method to get values out of any curve type, broken into float output pins)
- All the colors
- Live updating -- you can edit your curves and see the results in real time while running your game.
- [NEW] Change the curve colors to be whatever you want
- Curves can have names to make them easier to work with
- [NEW] Organize your curves and group them into folders, all in one curve asset
- [NEW] Supports the new Curve Editor in UE 4.24
- Adds support for new Retime and Transform tools to manipulate your curves
- [NEW] Adds the ability to lock curves, a feature missing from UE 4.24!
Code Modules:
- Editor: Create and edit complex curve assets
- Run-Time: Use complex curve assets to drive whatever behaviors you want