UE4.21.1 Collisions not working after Package and Build

For some reason after I package and build my game for Windows my “hit” events aren’t firing. They work totally fine in the editor, but after the “Development” package they’re not working at all. Anyone know why this could be?

After spawn Actor, custom object/trace channels and event hit work in editor but not packaged game.

the client connects to the dedicated server,isn’t listen server

Worry!Worry!

Same issue. Replicated using first person project. Balls work fine in editor, no collision in build. This is ridiculous.

I have same problem in 4.21 Everything works perfect on Editor but broken in packaged (shipment) build. I saw there are many posts about the same problem. Why nobody say anything from Unreal team?

Using Complex collision???

Same issue. Collision is fine (and has been through development). Most recent packaged shipping build, collision is corrupted and crashes the game. Some notes about project: migrated from 4.18, using engine source, 1 custom collision channel which was re-added after migration, previous shipping builds worked, in this case i’m using inclusive blueprint nativization. I don’t think that has anything to do with the collision fatal errors, but just trying to isolate any differences between packaging attempts.

Hi, did you find a solution ?

Thx.

I solved my issue, maybe it can help others:

The “OnConstruction()” isn’t called on an object that’s already in the world in a packaged game :slight_smile: