Uproperty category not showing in blueprint editor

It seems that I cannot add a property to an existing category either…

I added this line to the class declaration expecting the var to show in the Camera category but it didn’t show either…

[FONT=Courier New]UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = “true”))
float myNumber;

I saved changes, rebuilt successfully in Xcode and reopened the project in the editor.

Is there anything else I have to do?

I feel Im missing something basic here :frowning: