[FEATURE REQUEST] Display C++ comments in BP calls

Hi,

I just had an idea for a little feature request:
If a C++ function is commented, the comments should be available as node comment bubble as well.

Here is a use case:

I have this function in a C++ class:

a27439b7484ea1e00a5b61b1f1b2ea11911a9506.jpeg

Now Im calling this functions in some BP graph:

7e360d13bdd64f31d79808046cbce9722cb1adc3.jpeg

It would be awesome if there would be a way these comments are fetched and put into a node bubble.
If not the whole story, just the first line would already be helpful.

812d6d40c0348ec897a817d15e56a980a9a3ac8d.jpeg

This way one could avoid duplicating documentation elements (with all its caveats) unnecessarily…

Cheers,
Klaus

This is an awesome idea, +1!

Shouldn’t like mouse over do the trick, if you made a comment properly?

Excellent :smiley:

e38af17cb1494a5f12b19ad8b3c3675579b21345.jpeg

Indeed it does. Im just usually too impatient for tool tips, so I never noticed before :slight_smile:

Thanks for the tip :slight_smile:

By using @param “name” and @return “name” blueprint functions would have tooltip for pins
http://puu.sh/tnt9Y.png