Collision detect without event

No, you said:

I mean similar like Axis Mappings when
execute way is all time active.

You hook it up to Tick and it will fire every frame, for example:

276344-capture.png

This will detect and return references of all actors of class ActorA that overlap with the Sphere. Depending what you’re doing with this, it can be quite expensive.