StartupModule( ) not getting called

Very old post, but I haven’t found an updated solution in the comments. Here’s what I think the problem was:

If your module gets compiled and linked, but the StartupModule method is not getting called, it’s likely because you haven’t added your module to your .uproject’s “Modules” section

1 Like