Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

Targetize

Simple, lightweight, 100% Blueprint targeting system suitable for any game type. Get started in under 10 minutes simply by adding one component to your character/enemies.

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.4
  • Download Type
    Complete Project
    This product contains a full Unreal Engine project folder, complete with Config files, Content files and .uproject file, which can be used as a template to create a new project.

Targetize exposes 2 actor components: The TargetingComponent and the TargetComponent.

The TargetingComponent attaches to your character blueprint to provide targeting capabilities. Highly customizable which allows switching between various tracing methods (FrontBox, Capsule) and target handling (ReplaceAll and Append). Has configurable targeting prioritization based on distance or custom ‘weight’ value to allow fine-grain control of how targets are selected.

The TargetComponent attaches to whichever actor you would like to become targetable. It also exposes event callbacks to allow you to perform custom actions when an actor is targeted or detargeted.

Technical Details

Features:

  • Easily add targeting functionality to your character, simply by attaching the TargetingComponent. Set targetable actors by attaching the TargetComponent. That’s it!
  • Customizable targeting methods (Front box, Capsule)
  • Targeting prioritization based on distance or custom weight.
  • Event callbacks on targets when targeted/de-targeted.
  • Provides a basic targeting functionality and it is designed to be extensible.
  • Set max targets to capture
  • Toggle targetable/detargetable option on the target actors at runtime (i.e. when an enemy becomes invisible)


Number of Blueprints: 9

Supported Development Platforms: Windows, Android, iOS

Documentation

Discord server