Hello everybody. I noticed in some community codes people using a meta specifier called AllowPrivateAccess this way:
UPROPERTY(BlueprintReadWrite, meta=(AllowPrivateAccess = "true"))
float YourPropertyName;
I searched in THIS LINK but I can’t find anything related in official documentation.