Guys, where can I find some reference docs in which every class and functions will be described, that is if I see class I'd like to also see description on what this class is for/what does it do. If I see function, again, I'd like to know what this function is doing etc.
Please do not tell me to check the description in code. Not every function is /**documented in code*/, some of them have either just their signatures, or if I'm lucky definitions too. But having just the signature of fnc isn't good enough to know what this function is doing and why.
Example:
event Bump( Actor Other, PrimitiveComponent OtherComp, Vector HitNormal );
No description at all.
Thank you.
Please do not tell me to check the description in code. Not every function is /**documented in code*/, some of them have either just their signatures, or if I'm lucky definitions too. But having just the signature of fnc isn't good enough to know what this function is doing and why.
Example:
event Bump( Actor Other, PrimitiveComponent OtherComp, Vector HitNormal );
No description at all.
Thank you.
Comment