Private variables is huge pain for modding.
Example:
Since in our community we use custom observer mode I want to hide attachment widget:
But I can't do it since m_Widget variable in SCR_AttachManualCameraComponent class is private. (Required full component copy)
Can we just get rid of any private variables in scripts, this make no sence for me, just modding restriction.