To try out the Get Overlapping Actors functionality, I created a basic scene with 2 blueprints actors - a cube and a cylinder.
These actors are setup to overlap with each other in the Unreal Editor.
I created the event graph in the cylinder’s BP. When Play is clicked, it should print the name of the actor that the Cylinder actor is overlapping with (i.e. Cube actor) - since the two actors are already intersecting when the play begins. But nothing comes up.
Screenshots attached. UE version 5.0
Any pointers on what could be the issue? Thanks in advance.
Also, the topic is not exactly the same, but you can take a look at the following topic. I shared a few pictures at the bottom of the thread, maybe it can help.
in the Details panel, open Collision Presets and make sure that both objects are set to overlap the other object type. You might need to use the “Custom” preset to get what you want