Question on get/set variables

I know that UE has a get/set for any variable you create. I want to know if that’s safe to use by itself when calling from another BP.
I was creating my own getter/setter functions, but I’m starting to think that’s overkill and UE creates those geter/setters on it’s own.

Am I correct in my assumption?

Thanks,