Modular Menu System Support Thread

Now this is odd, I’ve managed to get it working. Here’s what I did.

  1. Started a new Blue Print Only project rather than a C++ one.
  2. File - New C++ Class.
  3. Add “RHI” to build.cs.
  4. Add code to to Header.
  5. Add code to CPP.
  6. Build project.

Now all of the new blueprint library functions show up in blueprint. Very odd that it doesn’t work for me in a fresh C++ project but does work in a blueprint project with C++ added to it.