I can see the FActorComponentTickFunction* ThisTickFunction, so it is pointing to an address which has a value type FActorComponentTickFunction, and the name of the variable is ThisTickFunction.
Yes,
And before and after the declaration (?) of TickComponent() in header file: virtual void […] override;
That we never seen, a have to be tied with the fact the pointer is right there, I guess