Hi, it’s been a while since I dabbled in C++ in Unreal because my computer was out of commision for almost a year, but I remember there being a Unreal C++ library detailing the functions and how to apply them but I cannot seem to find it anymore. What was the link to this page if it still exists?
Unreal Engine API???
It’s mostly a combination of reading function descriptions (in code), documentation, and finding some reference of how it has been used in some project.
The C++ API reference is useful for seeing all the available function signatures, the required includes, modules, and inheritance hierarchies, but not much on the actual comments on what the functions do.
Thank you for the answers, it helped