Why are Actors utilizing the ApexDestruction plugin not appearing in a package build?

Hello,

I am using version 4.18.2 of the engine, and I am attempting to use an older plug in for destructible objects in my game. The plug in is the ApexDestruction plugin, as mentioned above in the question. While I am in the editor I am able to see my actors (Glass and certain walls) completely fine and be able to interact with them via projectiles.

226512-glass.png

226514-glassbroken.png

However once I create a build, the glass and destructible walls I have disappear. No where to be found, and I can walk through those areas as if they were an open doorway. Through 20+ testing builds I was able to notice that when I would recognize the glass when it came into view of the camera, a singular frame of Pink would appear before the area would be left empty.

I do not know what blueprints would be worth showing here, since all the destructible objects inherit a very small amount of code. Non of which involves its construction script, and especially nothing to do with conditions for it’s spawn or location.

I will be checking the forum often for a response and I will gladly provide more information that can help solve this problem.