Is it possible to add custom commands to the console in game?

Hi!

You can create custom event, f.e. myCustomEvent in Level Blueprint and type in console “ce myCustomEvent”.
Or add it in C++ code