Now this is odd, I’ve managed to get it working. Here’s what I did.
- Started a new Blue Print Only project rather than a C++ one.
- File - New C++ Class.
- Add “RHI” to build.cs.
- Add code to to Header.
- Add code to CPP.
- 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.