However, when I try to use that event in the FarmTile_BP it doesn’t do anything. Print string works after the first event in the first BP but not in the FarmTile_BP.
Put a “IsValid?” (Make sure it’s the one with execution pins.) node before calling the event, connect the “Hit Actor” to it. This will only call the event if you actually hit an actor. However, it won’t know what actor was hit, just that one was.