Unreal Engine – Projectile Path Tracer UE7044

Projectile Path Tracer

List of Features:

Functions and Macros for predicting and displaying the path of projectiles

• Predict the trajectory a projectile take through the air, where it will collide with a surface, and where it will bounce after collision

• Contains 5 different texture sets to customize the appearance of the beam (2 per set)

• Easy color customization of the beam

• Prediction can be updated in real time as needed by calling the function

• Efficient enough to update the trajectory every frame, even on mobile

• Works with any projectile by providing the required inputs

Contains:

• 11 Functions

• 3 Macros

• 5 Particles

• 4 Materials

• 11 Textures

• 3 Demo levels with examples of usage for FPS, Third Person, and Sidescroller

Platforms Tested: Desktop, iOS, Android