Feedback on the new docs site

Hi
I was reading this doc about UObject

And in the section about GENRATED_BODY it says :


Note that the GENERATED_BODY macro sets the member access level to "public" rather than the language default of "private" in the current version of the engine.

But its not, it will give an error “cannot access private member”

But if you use GENERATED_UCLASS_BODY instead, it will work fine, giving public access level to properties by default