Do I need to prefix function names that return a boolean with b?

For functions that return booleans, when I did my course on Udemy for coding C++ in ue4 I was never taught this.

I went back to my course and looked for a function that returned a boolean. This is an image of the teachers code.

301118-rhtbrv.png

As for boolean variables, yes I was taught that the variables should have a b at the beginning of the name. As it was the coding standard.