Thank you for the ACameraActor::AutoActivateForPlayer. The issue is that this member is under private and thus not accessible under C++.
It should be implemented similar as APawn::AutoPossessPlayer, which is public.
Thank you.
Thank you for the ACameraActor::AutoActivateForPlayer. The issue is that this member is under private and thus not accessible under C++.
It should be implemented similar as APawn::AutoPossessPlayer, which is public.
Thank you.