Where to store logical constants

But with UDataAsset I now need to have a reference to that specific asset everytime I want to access those constants, right? I can’t just do


UMyConstants::TileSize

in order to get the tile size. Is there a way to get access to the constants without having to store a reference to a specific DataAsset everywhere?