How to add custom console cmd and read its value in BP ?

If you google “unreal blueprint console command” you will find this How to create custom console command in blueprint? - Blueprint - Unreal Engine Forums

Summarized, you can run a Custom Event from the level blueprint from the console with:
ce MyCustomEvent