🚀
Advanced Guided Missiles
  • Advanced Guided Missiles
    • Introduction
    • Quick-Start Guide
    • ProNav Component Settings
    • Wind Component Setup
    • Code Structure Explained
    • Alternative Versions
    • Changelist
    • FAQ
Powered by GitBook
On this page
  1. Advanced Guided Missiles

Introduction

A summary everything included in the pack.

The Advanced Guided Missiles pack allows you to easily add homing projectiles of any kind into your game project.

These homing projectiles use Proportional Navigation, a guidance law used in real-world interception missiles, to reliably hit any moving or even evading target.

At the heart of this pack is the AC_ProNav actor component which handles the math and is capable of steering its owner onto a collision course. This component comes with many options to customize the flight path and behavior of the projectile.

The pack also includes a missile, rocket launcher, and target (each with their own blueprint, mesh, VFX, and SFX) that can be used to quickly get started and demonstrate how the AC_ProNav component is intended to be used.

NextQuick-Start Guide

Last updated 12 months ago

Page cover image