Hello everyone,
I have various constants (e.g a constant uint8 TileSize) that I need to access in my c++ code as well as in my blueprints. Where should I best store such data so that I can modify it from editor (if possible a big plus but not extremely important) and can access it from both c++ and blueprints?
Thank you
Bugmee