What does the FirstPlayerController mean?

Which Player is supposed to be the First Player?
Why it’s called “FirstPlayerController”?

https://docs.unrealengine.com/en-US/API/Runtime/Engine/Engine/UWorld/GetFirstPlayerController/2/index.html

this link doesn’t help me to understand why it’s called FirstPlayer…?

thanks

Because it gets the first player controller. The world stores an array of all of the player controllers within it and GetFirstPlayerController just returns the first element in that.

For a single player game it’s the only player controller.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms