How can I trigger collision

hello, question. I need to catch falling Actor by Player. I created 2 Rigid Bodies, Colliders, but if I tic ‘Is Trigered’ my Actor falls through Player. If I tic it for Player - it also falls through floor. Can anyone please help? And I can not trigger collision. Because if ‘Is trigered’ is not ticked system can not triger collision. If I tic and Actor falls system also can not trigger Collision

You can disable collision between player and that falling object via Layers Matrix in Physics Settings: https://docs.flaxengine.com/manual/physics/physics-settings.html#layers-matrix-options
Then you can use an additional Trigger to detect when that falling object falls into player.