I have an issue which I outlined in [another post][1] where the weapon gets culled when partial outside the view.Now,I found that the AABB and BS do not wrap around the whole mesh as it is seen in the screenshot.
Select the weapon mesh in the blueprint’s components tab, then search for “bound” and you’ll get 2 parameters, one of them is Use Attach Parent Bound. Enable that and it should fix the problem.
You still have a variable for the weapon mesh, right? Select that variable or the add static mesh actor node and you’ll still have that parameter i mentioned in details panel. What is AABB, btw?
Alright, then you can create a physics asset for the weapon skeletal mesh if you dont have one already and make sure the bodies cover the whole weapon. Now it should render until the whole weapon is out of screen.
Just create a blank project(with no starter content), then Migrate your character BP to that project’s Content folder and it will carry over everything it needs. Then zip that new project and upload to dropbox or wherever you are using to upload files.
@Jacky .I will tell you what happened…I have restarted the editor and the issue disappeared. For God sake the Epic dudes need to concentrate on bugs more than on new versions release.Thanks for help.