My thoughts/Question about the UE4 C++ API

Hi

You browse the Unreal Engine C++ API Reference.
In the search for like an amazing function that can help you in your project.
You see the words: Syntax,Remarks,Returns,Parameters and References. That’s fine.
And after this information you try to implement it and fail
I know there is different levels of difficulty and i’m sure there are examples for other stuff in the API
But often when I search for something and I see no examples, I go to the internet
and sometimes find the answer there. It shouldnt be like that. The API should help you right away.
Why not add Examples too, how to actually use the “amazing” function without guessing how it works.
Just saying :slight_smile:
I dont know if this is a question, but i have many questions about the API. Examples are gems

Cheers