When the current amount is at the value before max, it will stop there, unless wrap around is enabled, which then wraps around from the max value - 1.
Usage
To function, the component simply needs to be attached to a slot that also has a button component attached to it.
From then on, pressing that button will activate the ButtonValueShift, making it shift its TargetValue by its Delta.
Examples
Related Issues
It is known that you can go over the maximum by setting the delta higher than the max or min values, allowing the output to be outside the ranges provided.