The purpose of the const is to prevent other C++ code from messing with the values. If I didn’t need this exposed to blueprints, I’d just use a #define and be done with it. Since I do need to make the values available to blueprints however, I need to basically figure out how to cheat.