[bug] vehicle bug --strange magnet effect after posses

Hi guys i find a new bug with strange magnet effect!!! so in video New bug with advanced vehicle (unreal engine 4)(ue4) - YouTube[/video you can see when i posses my vehicle from side all work fine(not fine but works), but if i posses my vehicle from above i have strange magnet(my vehicle pull back to posses point!!) effect bug, and i totally don’t understand how to fix it, any suggestion?

I don’t think this is a bug but a side effect of your code. Post code/blueprints

Hi ,

It looks to me like the collider from the player character is on top of the vehicle after you possess it. Possibly try disabling the characters collision when you possess the vehicle?

Good luck!

hi here is a video, i show my bp and showing collision mode

so how you can see all collision disable and character capsule stay in the place of posses

up!!!

Hello ,

From looking at the most recent video you posted, I see that you’re attaching the character to the vehicle but the character still isn’t moving despite that fact. This could be the root of the problem. Would it be possible for you to upload a copy of this project where the issue is occurring so I can attempt to fix the issue?

hi, in video example i don’t attach character to vehicle, only do posses(and also save character object inside vehicle variable as referents for future use) later I try recreate this bug in standard vehicle and third person templates

I see, I saw the attach node but didn’t notice that it wasn’t connected through the executable pin. Have you had any success so far recreating the issue in a new project? I’m interested to see your progress.

hi , i try to check on holidays and write here

Ue4 magnet bug recriation - YouTube here it a bug i recreate(project https://drive.google.com/file/d/0B7LS30ZkTf_VQkxZVkhEZmJfcFU/view)

1 create vehicle template
2 add third person template
3 set game mode to third person
4 inside ThirdPersonCharacter create code for posses (see picture)
5 poses vehicle when character staid on vehicle roof

Thank you for providing those steps , I’m able to reproduce the issue without a problem and have placed a bug report into our system for it under the number UE-21941. I was also able to find a possible workaround. If you add a Destroy Actor node after the Possess node to remove your character from the scene, the issue doesn’t appear to happen. You should be able to spawn the character again when attempting to exit the vehicle.

I hope this helps in the meantime!

hi thx, but i need save it, because i attach it to vehicle and it enter inside vehicle(for now i try to find best way to create similar vehicle driver system like in gta so i cant destroy my driver), but good to here that you can find bug