Hi, I’m back! I’m trying to get a missile to home on an enemy, and as I understand it the “Set Homing Target” in Unreal can only take a static mesh reference. So I added a static mesh component to my Enemy class:
Instead of searching “Get Static” when dragging off your cast, try searching for “get HomingTarget” as that’s what you named the static mesh inside your actor