The actors are inventory items like weapons, armor, medkits ....
I am currently attaching (to the pawn) and hiding all picked up actors and only showing the equipped ones , but when I unload a level the actors that were picked up in that level disappear with it .
Is it possible to keep them without making them part of the persistent level?
What i need is :
A: (best option) change the actors "level" to become persistent on pick up .
B: Destroy actor on pickup and spawn the same in the persistent level. ( I tried to do that but it didn't work (crashes the editor) if you know how tell me )
Thanks a ton!
I am currently attaching (to the pawn) and hiding all picked up actors and only showing the equipped ones , but when I unload a level the actors that were picked up in that level disappear with it .
Is it possible to keep them without making them part of the persistent level?
What i need is :
A: (best option) change the actors "level" to become persistent on pick up .
B: Destroy actor on pickup and spawn the same in the persistent level. ( I tried to do that but it didn't work (crashes the editor) if you know how tell me )
Thanks a ton!
Comment