diego16795
(diego16795)
February 16, 2016, 1:16pm
1
Hello, could someone tell me how to make an incoming projectile to cause damage to a player ?
I’m new blueprints .
Thank you
I suggest you start here. There are likely other tutorials out there, too.
Damage support is a feature of the base Actor class, making it widely available. The system provides easy access to common functionality for quick results, while also being extensible to allow you to customize your damage model when needed. We’ve...
I learned how to do that by following this video tutorial
After over a year in maintenance mode, the official Unreal Engine Wiki is now permanently offline. These resources now live on a new community-run Unreal Engine Community Wiki — https://unrealcommunity.wiki/! You will be able to find content from...
Reading time: 1 mins 🕑
Likes: 20 ❤
If you are new to blueprints I suggest you follow the whole video series from the beginning and generally take a look at the “Build a Game” section in the video tutorials.