Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Use SweepMultiByChannel to AddImpulseAtLocation to Create A Grenade Effect

  • Unreal Version: 5.0.0
  • Template: First Person
  • Project Name: MyProject

Sweep Screenshot

  1. Optional: add Niagara to your Build.cs file to spawn an explosion on hit.
  2. Optional: Create a simple Niagara explosion.
  3. Optional: After code compiles add a sound effect and Niagara system to the projectile Blueprint. I added the Explosion01 Audio file from the Starter Content found here (StarterContent/Audio/Explosion01) and A Simple Explosion Niagara System I created in Step 2. The Projectile Blueprint can be found here Content/FirstPersonCPP/Blueprints/FirstPersonProjectile

Helpful Links