Usually, when I search for a UE function on Google, a document describing the blueprint function is searched.
I usually develop it in c++, so I want a 1:1 matching c++ reference with the function, which is often difficult to find.
Is there a good way to improve this process?
For example, if you type in a search term such as “UE4 GetBondLocationByName”, the following pages can be easily searched.
“Get Bone Location by Name | Unreal Engine Documentation”
However, it is difficult to find the reference page of the corresponding c++ function.