[Help!]How to trigger an event through two static meshes colliding with each other?

You need to enable Collisions for the mesh in the BP graph. Select the mesh in the component window, find the collision settings in the details panel and set it to something appropriate, like “OverlapAll” or you can do custom and manually adjust the settings to your liking/needs. Then you can use the nodes “OnBeginOverlap” and “OnEndOverlap” to run your logic.

Hope this helps! If it does please do me a favor and accept the answer by clicking the check mark located under the arrows next to the answer. You’ll know you got it right when the answer highlights green! Thanks!