Select “GetHitActor” and press f9 to add a break point.
Once the event is triggered step through it (should be f10) and see if the cast to bp_note is successful.
The cast in the foreach loop isn’t needed as you are only collecting BP_Note actors
Select “GetHitActor” and press f9 to add a break point.
Once the event is triggered step through it (should be f10) and see if the cast to bp_note is successful.
The cast in the foreach loop isn’t needed as you are only collecting BP_Note actors