How to check if an Actor is nearby in Unreal Engine
Unreal Engine has two handy functions called Get Horizontal Distance To and Get Vertical Distance To. These can be used to see if an actor is in range of something else. Here’s a quick example on how to use them. Imagine a drone that we shoot from a distance, and a blast radius that would …