[Request] Default variable properties

Make variables default to private when created or an option to change defaulted type.

Generally variables would be private by default but they created as public. I know this seems like a silly little thing but here I am going through hundreds of variables changing public to private because I don’t need or want them callable outside the blueprint.

Just a thought.