How can I open the door with placing a block on the button?

I can’t find a way to open the door with placing block on the button.
Sure I haven’t made a system for grab and push blocks forward tho.
Tried to check simulate physics, lockd some axis just to push block on Y axis. No result on box overlap with button trigger, but when I overlap it with a character it’s ok.

Make sure the block has collision enabled, and then you can place a Box Trigger over the button. Once this trigger overlaps, you tell the linked door to open via event communication.

Button has a Box trigger that opens the door only when playable character overlap that trigger. Block has collision, still no luck.

83676-doorblueprint.png

83677-buttonblueprint.png

It’s works now. I’ve just created Block Blueprint Pawn type and replaced Cast To Character with Cast to Pawn.