Function comments

Hi, I saw that unreal functions was commented using :

/** 
* FunctionDescription....
* @param ParamName ParamDescription...
* @return ReturnDescription...
*/
UFUNCTION(...)
void FunctionName();

This gives a nice tooltip when hovering a function, however I can’t make it work for custom functions, do I have to include a specific header or something?

Regards

Hello!

What exactly do you mean by custom functions? all your functions are custom…
Do you mean those you set as Blueprint events?

Hey, I mean the functions that I created and not the functions that was created by Epic

Have you seen this question? Looks like you need to use different comment style: [FEATURE REQUEST] Display C++ comments in BP calls - Feedback for Unreal Engine team - Unreal Engine Forums