Select box component
then you can use RMB->Collision->BginOverlap
or find events on right panel and click on BeginOverlap
Select box component
then you can use RMB->Collision->BginOverlap
or find events on right panel and click on BeginOverlap
http://puu.sh/y21SL/355bf7877e.png
This is what I wrote some time back. Box is a collision box inside an actor that I have an event for. Now I wanted to make an OnComponentEndOverlap, but all I am able to do is assign/bind an event to the box. How do I make these events without binding or assigning and removing the need for several nodes and OnBeginPlay?
Thanks.
I just found it and I was on my way to delete the question. Anyways, thanks. I feel so stupid now.