I’ve been trying to switch from Unity to Unreal and honestly I’m at my wits end with the documentation.
For example, right now I want to find in the API information regarding DrawDebugSphere() for the needed include. How do you look for it? The search bar in the documentation has no results for DrawDebugSphere(), filters do nothing and even trying to look for it on google returns only information on the blueprint function, not C++.
I even tried the API reference (Unreal Engine C++ API Reference | Unreal Engine 5.4 Documentation | Epic Developer Community), and it appears to be incomplete.
In your normal workflow if you need to use or look for a function or class, how do you do it?