How do i fix "does not inherit from player controller"

The warning message is because you are trying to cast a PlayerController into a Character (never gonna happen)…

But, the solution is very simple! Just replace the “Get Player Controller” node with a “Get Player Pawn” node.

Hope this helps!

2 Likes