Create your own.
Setup a variable in your Blueprint GameInstance of type Name and maintain an accurate versioning system. Whenever you make new builds for distribution, assign the proper value to that variable.
Now, throughout your code, you will be able to get game instance, cast it to your own game instance and look at the value of your version variable. You will be able to display this in UMG or elsewhere throughout your game.