Hi is it possible to play different animontages with different characters from same third person bp in UE5

If your players are two local multiplayer players, you can check what player it is based on however you determine which player is which. This could be player controller, local controller, or a variable you set at the beginning of the play session, when they pick a character, or when the players connect.

Here’s a simple way to choose based on Local Player Controller ID but this is dependent on these IDs not changing often. I’d recommend handling the player identification yourself when they get in the game. This can change depending on a myriad of factors however, and this is not considered best practice for applications at scale, but should be easier to work with.

2 Likes