Noob c++ q: Why am I not using -> to access member function of UWhateverComponent * in a function?

pointer are accessed by ->

references and values/structs are accessed by point ..