(multiplayer) set spring arm to ignore other player help needed

my current problem is when the player play in a listen server, if someone pass behind me my spring arm that have my camera attached to it get near me and its kinda annoying so my question is:

i need to disable the spring arm to not collide with other player pawn

ps: i removed the collision to the capsule component to ignore pawn but the spring arm still colide with pawn

You can disable the whole SpringArm Collision by unchecking the “Do Collision Test” Checkbox, in the SpringArm Details.

in order to have an alternate Method to do Collision Testing for Buildings, Trees… etc… You need to do a Line Trace from the Camera, to the SpringArm Location and only check for Channels, that don’t include other Player Actors.

thank you for your reply i will try to make that has soon i get on my computer