Megafunk / MassSample

My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.
MIT License
682 stars 112 forks source link

Mass projectile demonstrator v2 #5

Closed vorixo closed 2 years ago

vorixo commented 2 years ago

This projectile demonstrator will be implemented on top of Epic's First Person Template. And it will include all the features of #4 on top of the following ones:

Megafunk commented 2 years ago

Done! I made a simple interface for receiving our projectile hit events on actors. It's used by the BullsEye blueprint to get projectile hit events. Only called when the projectile that hits something has a FFireHitEventTag.