I need to confine any physics object within a Blueprint to inside an area. Ideally inside a specific collision primitive like a sphere or box. The idea is that there should be a larger sphere that does not collide with the world but keeps any physics objects inside the blueprint inside the sphere.
I can’t seem to find any solution that doesn’t include using code or scripting to check each object’s overlap.