Тёмный

Unreal Engine 4 Minutes Beginner TUTORIAL - Auto Fire with Timer by Event, Gunshot Concurency 

Bartosz Kamiński
Подписаться 5 тыс.
Просмотров 6 тыс.
50% 1

In this 4 minutes Tutorial I show how to setup Auto Fire with Timer By Event. I also explain Audio Concurency.

Опубликовано:

 

2 окт 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@Nernage
@Nernage 2 года назад
I looked for hours and couldn’t find anything that worked. Thank you so much dude!
@STRONIXGaming
@STRONIXGaming Год назад
Thanks alot brother you saved my whole game my enhanced input was not working so I used this and not it's working :)
@datguy6745
@datguy6745 11 месяцев назад
Great tutorial, also without using for loops :D Exactly what i was looking for!
@manbrawn8690
@manbrawn8690 4 года назад
These are phenomenal tutorials. Straight and to the point. I'm excited for more, thank you for creating these videos!
@rendermanpro
@rendermanpro 4 года назад
Kind of strange setup, but learned something new :) thanks
@XinnDev_ANS
@XinnDev_ANS Месяц назад
gordon freeman jus gave me a whole unreal tutorial there ain't no wayyyy 😭😭😭
@AndyCormack
@AndyCormack 4 года назад
I can't praise you enough for creating short, to the point, and well built blueprints that you share with the community. I've been using UE4 for quite a while now, but I still watch your videos in case I pick up anything new or find some different approach to doing things that I hadn't considered before. Keep up the fantastic work!
@schumirc2
@schumirc2 3 года назад
Sensacional! Muito obrigado, simples e objetivo, você entende do que esta falando, parabéns!
@ryansenger408
@ryansenger408 4 года назад
Bloody Brilliant!
@harturuhart1131
@harturuhart1131 4 года назад
Keep the good work Bartosz!
@frech0o676
@frech0o676 Год назад
Thanks jejeje
@TheGamingExpert
@TheGamingExpert 2 года назад
Super simple and concise tutorial, thank you very much!
@theWarVet
@theWarVet 3 года назад
Dude.. Thank u!.. I knew there had to be a way to set up an auto fire like you did here but wasn't sure about the exact configuration. Much appreciated bro.
@athradian4752
@athradian4752 2 года назад
Thank you sir! This tutorial actually worked unlike others! Saved me a lot of time! Thank you!!!
@rekware9320
@rekware9320 4 года назад
Keep these up dude..concise, and to the point. Bit size nerd-gold..
@senatorblutarsky6753
@senatorblutarsky6753 2 года назад
slight amendation: if you run into an issue where the player can bypass the cycle delay by spamming mouse click you can set three nodes (do once-delay-sequence ) before plugging into this. For example a heavier autocannon
@jcapo1803
@jcapo1803 2 года назад
could you explain that further? I am having this issue and can't solve it.
@senatorblutarsky6753
@senatorblutarsky6753 2 года назад
@@jcapo1803 My man. Immediately after your red event node - fire event, left mouse click, whatever - put a 'do once' node. Then connect the 'do once' completed into a sequence node. 0 from the sequence goes into a delay node set to your cooldown time. 1 from the sequence hooks into the rest of your firing BP. Lastly completed from the delay node goes into reset on the 'do once'. Makes a nice little hourglass shape, and voila no more spam clicking.
@jcapo1803
@jcapo1803 2 года назад
​@@senatorblutarsky6753 ahh you are incredible :) thank you so much.
@jcapo1803
@jcapo1803 2 года назад
@@senatorblutarsky6753 Dam now I am having an issue where i have to click twice to activate the autofire. meaning when I click once, it fires a bullet, but i have to click again to initiate the auto fire
@Sly-C-
@Sly-C- Год назад
@@jcapo1803 Hey, I'm not sure if you need this still or not, but I found an alternative solution that seems to be working well for me. For your 'Sequence' node, instead of connecting (1) directly into the 'Set Timer by Event' node, connect it to a branch first. For the condition of the branch, drag off of the 'return value' on the timer and make a 'Get timer remaining by time handle', then make do a "is the timer > 0 and connect it to the condition. From the branch, get the 'False' and connect it to the timer. So, the logic is that if the timer is not greater than zero, it will fire. And because it is checking the amount of time remaining on the timer itself, it should be consistent every time. And no delays.
@jcapo1803
@jcapo1803 2 года назад
hey great tutorial. I had another autofire system set up but came across a glitch so now i am trying to find an alternative way to go about it and so far this has worked the best, however one slight issue. I'm able to click faster than the autofire interval that I have set up. How do you avoid this exploit?
@MauseDays
@MauseDays 3 месяца назад
very useful if you want to play around with makeing a vampire survivers like in unreal(just a fun thing i want to do :p)
@dage6131
@dage6131 2 года назад
how would i implement this on a turret?
@LapizYT
@LapizYT 4 года назад
When I Try 2:12, it says 'Please Compile Blueprint'? Can you help? Thanks anyway!
@ceeazy1833
@ceeazy1833 4 года назад
Uhhm.. do it then? You need to compile before setting any default values on newly created variables!
@LapizYT
@LapizYT 4 года назад
ceeazy, thanks but I have never used unity before.
@LapizYT
@LapizYT 4 года назад
Thanks for the help! I’ve never used unity before!
@KamskiStudio
@KamskiStudio 4 года назад
@@LapizYT Exelent trolling Sir, I am not even mad that's amazing :*
@offlinemoe
@offlinemoe 2 года назад
I made you 90 likes lol : o)
@Blazingangels0
@Blazingangels0 4 года назад
Amazing tutorial like always. I want to work for EpicGames using Unreal Engine what type of classes do I need to take in college or any exterior classes?
@KamskiStudio
@KamskiStudio 4 года назад
I learn everything from RU-vid, you don't need a degree to be a game developer nowadays. No one ask for diploma anymore they ask for portfolio.
@Blazingangels0
@Blazingangels0 4 года назад
@@KamskiStudio wow that's cool well I hope I learn from the best
@henieknw
@henieknw 4 года назад
Math
@Blazingangels0
@Blazingangels0 4 года назад
@@KamskiStudio can you clarify portfolio
@KamskiStudio
@KamskiStudio 4 года назад
@@Blazingangels0 Portfolio is presentation of all the projects/art you made.
@mat9i
@mat9i 3 года назад
Bartosz jesteś średni, można spamić LPM , ale fullauto działa pomóż pls
Далее
Why I’m switching from Unity to Unreal Engine
9:02
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,3 млн
Optimizing my Game so it Runs on a Potato
19:02
Просмотров 509 тыс.
Learning Unreal Engine in One Month to make a Game!
15:25
The Harsh Reality of Gaming in New Zealand
12:27
Просмотров 811 тыс.
I Optimised My Game Engine Up To 12000 FPS
11:58
Просмотров 606 тыс.