How to know specific player begin overlaps the Box Collition?

How to know specific player begin overlaps the Box Collition?
i mean my game is multiplayer and i need to know which player overlaps the Box collition.

BP with Box Collition:

in ThirdPersonCharacter:

in Game result:
image

1 Like

I don’t have too much experience with UE but I think you might be able to do get player character. Then get the index through a variable. Like i said, I’m not sure how it would work but that’s the start of it.

Cheers! Commandgeek24

I forgot to mention, I think you would use it in the target of your function.

Hey, I think what you are looking for is using a player state.
Take a look at this video, it might clear up a few things

Hope this helps

1 Like

so How to know specific player begin overlaps the Box Collition?

so How to know specific player begin overlaps the Box Collition?
i just don’t get it

Could you explain what exactly you need from the character? Just the name of the player or something more?

i just wanna do if player overlaps the BoxCollition then Multi_TeamChatFromCharacter event is run from Character .
@Devic.a @Unrealgeek24

BP with Collision box:


PlayerController:

Character: