I’m making top down game and I’m having trouble positioning player’s child actor that contains procedural mesh generated at run time. Mesh covers area that should be out of sight for player.
Below is how I spawn child actor and attach it to my player character.
If I look around with mouse meshe’s edges remain in place - they nicely flow around objects. But when I use WSAD keys mesh seems to move in the same direction player moves and is cutting/clipping through walls.
I’ve been trying to figure out why it’s happening that way for 2 days now and it’s driving me crazy… It seems to have something to do with character movement component but I didn’t found any option that could relate to that. Root movement also doesn’t seem to play any role. Do you guys have any ideas?