Hey mates.
Since I just couldn’t get prone to work with CHaracter Class with correct collision I tried it with a Pawn today.
The thing is the exact problems hit me again and I think I know the reason now. And I wanted to ask you mates for confirmation.
In UE4 whatever object/thing the SceneRoot is only this thing can be a collision model and nothing else.
Here let me demonstrate:
I have started with a clean Pawn and added a Capsule Collision as my base. Then I added a a Box Collision set the right settings and tried it in editor. Nope; no matter what I try only Capsule Collision is the one working as you can see.
https://preview.ibb.co/ncXQSd/1.jpg
https://preview.ibb.co/hk68fy/2.jpg
Then I added a simple Sphere with no functionality and set it as my scene root. Kept everything the same.
https://preview.ibb.co/e04pnd/3.jpg
So the only true way to get a better collison is to simply write everything from zero in C++ ?
Thanks mates and I think a lot of people would be happy if this gets answered.