Hello everyone. Today I’ve tryied to search an specific module in the new documentation and I’ve seen that the new documentation isn’t indexed properly or there is no easy way to search an specific thing inside. If you go to filters and search for an specific module, you wouldn’t find anything because Unreal C++ API is a block without camps inside. Exists a way to search for an specific module inside the new documentation?
Right now what I’m doing is use google implicit side search to force only the results with an specific URL but I think it would be better to introduce an easy way to do that.
1 Like
The documentation, particularly for c++ leaves a lot to be desired, googling things and hoping for any documentation to pop up is the best way to find documentation in my experience.
I recommend learning from youtube or ue5 forums. If you need to view the documentation (for reasons like viewing parameters) and are having a difficult time, posting on the forum asking for resources/concept names works well.
Another step you can take before you go to the forum to post is creating a blueprint and double clicking it to view the node with visual studio, if you have proper workplace integration set up this lets you reverse engineer it a bit more
1 Like