This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

Navigational Arrow System

compengi - Blueprints - Aug 10, 2016
1
5 out of 5 stars(1 rating)
  • 100%
  • 0%
  • 0%
  • 0%
  • 0%

This is the checkpoint navigation system for mostly rpg games. There is an arrow in First Person Character and it is rotating to location of checkpoints one by one.

  • Supported Platforms
  • Supported Engine Versions
    4.11 - 4.25
  • 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.
Preview: youtu.be/AeHIoP7v7Vw

When we turn around myself or walk around in level, navigation arrow system calculates the angle of how much turn and and it is rotating to location of checkpoints one by one.
When we overlaped the trigger of checkpoint, arrow rotates the next checkpoint. If you want to add more checkpoints to this level. You just need to duplicate one of the checkpoint and assign the new id. You need to assign a number to checkpoint. For example, 4th checkpoints' id is 3 so you need to assign number "4" to next checkpoint. After you finished to overlapping all checkpoints, arrow will be destroyed.
PS: The system works only x-y plane. But you can add a little node for rotating on z-plane.

Technical Details

System is calculating the angle of how much rotate the arrow on x-y plane with using the cordinates of checkpoints, characters' origin and characters' current location.

Platforms tested: Windows
Tags

MODULARNAVIGATIONBLUEPRINTS