Hi,
I have two components, say A and B.
A moves to overlap B => ComponentBeginOverlap event is generated with bFromSweep = true
B moves to overlap A => ComponentBeginOverlap event isn’t generated with bFromSweep = true
Both are set to generate overlap events with the opposing ObjectType
Both have ComponentBeginOverlap functions registered
Is this intended behaviour?
Is there another pre-requisite for both components to generate sweeps?
What’s the easiest way to work around the issue of the missing sweeps?