Hi all!
New to Unreal (came from Unity because I hate coding lol). Having some trouble implementing an equip weapon function for my character, I’m using the default third person character, and I am using a on overlap event to trigger a weapon going to the prepared skeletal socket on the character. Everything works fine, until the player begins to move after picking up the weapon. The weapon seems to be colliding with the weapon mesh in a weird way that makes movement buggy. The attached photos show the collision options for both the player character and the weapon.
The weapon has a sphere collider attached, but that is set to not collide with anything. The mesh itself is what these collision settings are for. The player character is set as a pawn with some options changed because I though it’d work that way.
Any and all help would be extremely appreciated! I’ve been trying to mess around with these settings for hours!