ACharacter::GetMesh() has an incorrect description

I was about to build a character after a while and I noticed the ACharacter::GetMesh function had a new description in the documentation. This confused me due to the word deprecated in all capital letters being shown. However in the source code, it was what I remembered it being and it seems that the comment before marking the end of a long list of deprecated RPCs was taken instead of the description of the function right below.

Have I understood this in error, or is something actually wrong with the function?

Looks like an error in the doc generator to me.

oh, how i hate auto generated docs :slight_smile: