Auto Aim Component

Auto Aim Component that mimics aim assist system.

Category:
Tags: , ,

Description

Auto Aim Component

Create an aim assist system with one component. Add to your character and call StartTracing function from your blueprint (e.g. when you start aiming. Typically this will be Left Trigger of your gamepad). The component will find the closest target and locks the your crosshair on to the character. To stop targeting you can call EndTrace function.

Tweak settings in Auto Aim Component for tracing distance for enemies, size of the trace, smooth aiming etc.

UPDATE 1.1

Video Preview

Forums

Join our Discord Server for support! (Verification is required)

Demo Package Game Build

Technical Details

Number of Blueprints: 1

Input: Gamepad, Keyboard, Mouse

Supported Development Platforms: Windows, Mac

Supported Target Build Platforms: Windows, Mac, Android, iOS

Important/Additional Notes:

Auto Aim Component is designed to work with both first person view and third person view.

For first person view, a camera component with bUsePawnControlRotation is required.

For third person view, a spring arm component with bUsePawnControlRotation is required.

Auto Aim Component automatically tries to find the required components at runtime. The component was designed like this so developers can have a seamless integration with their existing characters 🙂.

Supported Engine Versions

4.16 – 4.27, 5.0 – 5.3