New update! I’ve added three new features:
- Tagged Curves (using Gameplay Tags) - Make your curve lookups a bit more robust, and protect against typos.
- Tagged Constant Parameters - Get all the benefits of runtime editing, but for tuning single values as well.
- Curve Asset Inheritance - Set a parent curve and only add new curves for the values that have changed.
I was using this plugin today to work on Fall Damage. I put all my parameters in as curve assets, except for StunEasePow which I just kept as a constant parameter. I was able to tweak it at run time and get it all feeling good.