Command line to reload banks

Is there any way to make unreal engine reload banks from command line? such as what it does when you open the editor? we usually build from command line scripts but are required to open it each time to refresh the events.
Thanks

There is no way currently, and it looks like all of the calls to reload banks are explicitly avoided when the commandlet is running so there might be some design limitation there. I will add it as a suggestion though because it would definitely be useful.
EDIT: Looking through the code for the commandlet, it looks like it should be doing the same things as bank reloading, have your tried running the commandlet to generate assets before building from the command line?

Hi, thanks for the answer, that indeed works just perfect.

1 Like