"Introduction to UE4 Programming" Tut Not Working Wit 4.6 ?

One thing is GENERATED_BODY() defaults to private:. If you want the properties to be public, you have to use a public: identifier.

EDIT: Or use Get() Set() functions.