how to let box collision to ignore self

i usually use “on component begin overlap” - then get the other actor or component and make and use function “has tag” → branch, you then just have to set the particular tag on the actor or component. otherwise != self is possible on components or actors as well …