No video

How To Blend Animations For Different Weapons - Unreal Engine 5 Tutorial

  Рет қаралды 9,787

Pitchfork Academy (MizzoFrizzo & Co.)

Pitchfork Academy (MizzoFrizzo & Co.)

6 ай бұрын

In this short tutorial I'll show you how to play a different set of animations based on which weapon your character has currently equipped.
Patreon: / mizzofrizzo
Subreddit: / mizzofrizzo_tutorials
Facebook: / 884349679908510

Пікірлер: 51
@smoguevert6060
@smoguevert6060 6 ай бұрын
SOO HAPPY to have find your video !!!
@matiadam3481
@matiadam3481 2 ай бұрын
Bro tysm for tutorials. I'm trying to make fps game and ur savior with your vids:D
@hakkzii3863
@hakkzii3863 6 ай бұрын
Yes bro gonna start this soon
@Ziscuit
@Ziscuit 3 ай бұрын
im new to unreal BPs so maybe its a dumb question but i dont get "Get Current Weapon INT" (5:40) even after casting to third personcharacter and changing the character variable type. what am i missing?
@wr4th_0f_d0g
@wr4th_0f_d0g 3 ай бұрын
It's a variable he made in the character to correspond to the weapons he has. it's not native.
@PitchforkAcademy
@PitchforkAcademy 3 ай бұрын
As stated at the beginning of this video, this is built on top of my weapons system tutorial: kzfaq.info/get/bejne/g79-eclinNvOkqM.html
@Ziscuit
@Ziscuit 3 ай бұрын
@@PitchforkAcademy thanks a lot brother!
@Ziscuit
@Ziscuit 3 ай бұрын
@@wr4th_0f_d0g thanks for the reply brother!
@tevx9670
@tevx9670 6 ай бұрын
Just subscribed!second video what I needed explanation for!
@netherworld8196
@netherworld8196 6 ай бұрын
Can you do a series where you do a simple fps with proper inventory. Would love to see it since I haven’t seen anyone really do it.❤❤ Also do you have a patreon on something?
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Simple... with an inventory. Inventories aren't so simple, my guy, but I do hope to do an FPS series (or maybe as one long video). No patreon, but folks can make donations to the channel via the Super Thanks function within youtube if they're so inclined! 🙂
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Oh and I am planning to upload an ammunition inventory video in the next week or so, so people get an easy introduction into slightly more advanced ways of storing data. 🤘
@LitAngelo
@LitAngelo 2 ай бұрын
Very helpful, thanks
@theQuickRundown
@theQuickRundown Ай бұрын
I would recommend creating an enum E_Weapons and using a 'Blend Poses by Enum' node, which makes thing much cleaner. Same functionality.
@aurustarsia5244
@aurustarsia5244 6 ай бұрын
Great tut! I am a bit confused about something in general: If I cast to my character then I always select my BP Char which is named "MainChar". There is also the already created Third Person BP char. If you cast to third person bp char, do you cast to this beginning character or to the parent class? Because in every tutorial from nearly all devs, the character is called third person bp so I cannot see if they are casting to the parent class or to the actual character which is named like that. I am just wondering because if I now want to create a second bp character is it working too, with everything I set up yet? Or isn't it, because I am casting to "MainChar" everywhere? This is one of my biggest question marks actually. Would be pretty nice if you could follow along :)
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Did you know that you can click on Class Settings at the top inside any BP then at the top right see what the parent class is?
@aurustarsia5244
@aurustarsia5244 6 ай бұрын
@@PitchforkAcademy Yes I know that. So what should I use if I cast to my char? Cast to "MainChar" or cast to Third Person Character?
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
@aurustarsia5244 Okay so if you know that, you can go and check what the parent classes of the BPs in question are.
@aurustarsia5244
@aurustarsia5244 6 ай бұрын
@@PitchforkAcademy Okay thanks 🙏🏼
@AuraGamesIn
@AuraGamesIn 3 ай бұрын
How did you set the current weapon by int??
@PitchforkAcademy
@PitchforkAcademy 3 ай бұрын
kzfaq.info/get/bejne/g79-eclinNvOkqM.html
@patrikondris442
@patrikondris442 6 ай бұрын
5:39 I got this error when I put the blueprint current weapon int in metahuman (BP Nakashi Object Reference is not compatible with BP Third Person Character Object Reference) how to fix it with that abimation ( nakashi is the name of my character in metahuman)
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Read the error message. What does it say...
@now_ever
@now_ever 6 ай бұрын
Lol, I was watching this series, and find in another one KZfaqr setting up of this animations pack. But it was in UE4. I've tried it literally yesterday. And today you showing how to use this pack in UE5😅. I have only one question. I use metahuman, which is not so tall, as basic mannequin. My first tries of retargeting animations was kinda junky. Is there are way to make it fine, or I just need to use metahuman the same tall?
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Absolutely. It's probably not the best way to go about it, but you can retarget again from ue5 to metahuman using the retargeter that comes with your metahuman. Take a look at about 10.30 on this video to see the method: kzfaq.info/get/bejne/Y9p9q8SVp8_KoIE.htmlfeature=shared
@now_ever
@now_ever 6 ай бұрын
@@PitchforkAcademy okay, I'll try it. Thank you!
@patrikondris442
@patrikondris442 6 ай бұрын
which all the tutorials I need to use to make it work
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Just my weapons system with simulated physics pickups tutorial. 🙂 kzfaq.info/get/bejne/g79-eclinNvOkqM.html
@DigeL-el6uo
@DigeL-el6uo 6 ай бұрын
Hi and thanks for another great tutorial. I followed your True FPS video series and did it from beginning with Meta Human Character instead of FP/TP Character. So I set the AnimBP already for my Player. Since I watched your videos after your "restart" with meta Human, my character Blendspace is kinda weird after implementing the FireModes and the recreation of the Weapon Pick Up Spawn logic in my PlayerBP. Now I'm watching this video to check whether I can "repair" my character animations (as it was after I used your code from True FPS Series). Now I'm a bit confused, since I already have an AnimBP for my Player (created with you TrueFPS Series) and you show in this video that you set the AnimBP of the ThirdPersonCharacter and not the AnimBP of your Meta Human, can you please briefly explain it to me? I read some comments here and you stated that in "Class Settings" you can see the "Parent Class" - Sorry for that stupid question, I'm a bloody beginner, but does that mean that the TP-Character, where you set the animations in this video, is anyway the parent class of the character Animations and will apply on my Players AnimBP? And many many many thanks to you, that you spend your time to show rookies like me what's coding about (I've learned a lot) :)
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
I don't really know how to answer you, except for saying no, parent class probably has nothing to do with your problem. It would help if you could be more specific, but I do understand that when you're starting out you don't really know the right question to ask...
@DigeL-el6uo
@DigeL-el6uo 6 ай бұрын
@@PitchforkAcademy Hi, really appreciate your fast reply. Yes, it's sometimes hard to ask the right question (especially as non native speaker and a beginner), however you already answered one question, thank you :) So, please give me another try for my actual question: In your video: kzfaq.info/get/bejne/apxkjbd71pe3hGw.html we created an animBP for the Player and extend it in the FPS video series with lower body anims, upper body anims, Pistol and Rifle Anims, Hand Sway and so on - In the current video you are setting up the ThirdPerson Character AnimBP - and I don't know why, because we already setup an AnimBP for our Player in your True FP Series. Do I have to extend the existing AnimBP for Player, or does it have a deep sense to do this in ThirdPerson Character AnimBP - Hope this is more clear now and thanks again for your time :)
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
@@DigeL-el6uo This video you're commenting on has nothing to do with the TFPS series. In fact, we do this in Part 6 of the series anyway.
@DigeL-el6uo
@DigeL-el6uo 6 ай бұрын
@@PitchforkAcademy Ok, thanks a lot, this explains a lot..:D
@dirtydanpinheadlarry
@dirtydanpinheadlarry 4 ай бұрын
Question: I seem to have all the code done properly after some review but I still have an error. Basically, whenever I pick up the different weapons they no longer update to their specific blendspaces. It seems to always stay in the unarmed blendspace regardless of the weapon I have. Is this enough info for you to point me to an area where I am likely to find a mistake that led to this? I have been going through this video, the simulated physics, and primary/secondary video to work on my weapon system.
@dirtydanpinheadlarry
@dirtydanpinheadlarry 4 ай бұрын
Okay, further investigating led me to use a print string for when I pickup a weapon to see what the CurrentWeaponInt was being set to. It keeps printing 0. Any pointers as to where in the code my error could be for this?
@dirtydanpinheadlarry
@dirtydanpinheadlarry 4 ай бұрын
Another update in case anybody else makes the same mistake: After adding multiple weapons, I had to update my PlayerAnim BP to: char ref -> current weapons INT (not weapon) -> set weapons INT
@patrikondris442
@patrikondris442 6 ай бұрын
please help the weapon doesn't even show up, it just disappears and I can't even edit the animation
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
With the small amount of vague information you have given me I wouldn't even know where to begin....
@Koolaidjimmyttv
@Koolaidjimmyttv 5 ай бұрын
I need help I can not fine the pin
@PitchforkAcademy
@PitchforkAcademy 5 ай бұрын
What pin?
@patrikondris442
@patrikondris442 6 ай бұрын
for some reason the aiming animation doesn't start, I don't know why, I did everything according to the instructions and it doesn't work
@patrikondris442
@patrikondris442 6 ай бұрын
I think it didn't register my weapon take, how to fix that
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Do you have the weapon name enumeration?
@patrikondris442
@patrikondris442 6 ай бұрын
@@PitchforkAcademy yes
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
@@patrikondris442 You must have missed something...
@patrikondris442
@patrikondris442 6 ай бұрын
5:39 what are you adding there, I don't have it
@PitchforkAcademy
@PitchforkAcademy 6 ай бұрын
Oh, Current Weapon INT? It's an integer variable based on enum_WeaponName that we created as part of the Weapons System With Simulated Physics Pickups tutorial (or perhaps it was added at the beginning of Part 6 of the TFPS Series - kzfaq.info/get/bejne/it95rLh5zdXWgn0.html)
@JerrysCousinn
@JerrysCousinn 4 ай бұрын
Did not go over anything with the variables, having a hard time with this and just lack of information given.
@PitchforkAcademy
@PitchforkAcademy 4 ай бұрын
As I clearly stated at the beginning, this is built on top of my Weapons System With Simulated Physics Pickups and my Two Weapon System tutorials. kzfaq.info/get/bejne/g79-eclinNvOkqM.html
@valeriymalishevskyi1723
@valeriymalishevskyi1723 6 ай бұрын
👏👏👏👏👏👏👏👏👏👏👏👍👍👍👍👍👍👍👍👍👍
3 Devs Make An FPS - Godot vs Unity vs Unreal || GameDev Battles
12:39
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 14 МЛН
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 49 МЛН
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 22 МЛН
ER Doctor REACTS to Marvel's Deadpool Fight Injuries
8:59
Doctor ER
Рет қаралды 2,1 МЛН
The Most Common Mistake Beginners Make in Unreal Engine | UE5
12:17
Ali Elzoheiry
Рет қаралды 103 М.
I solved Unreal Engine's Package Size Problem...
14:35
Cobra Code
Рет қаралды 67 М.
HOW I Created the Cinematic with UNREAL ENGINE 5
12:32
Sako CG
Рет қаралды 222 М.
I Tried To Beat Minecraft Backwards
18:53
Contraption8or
Рет қаралды 1,1 МЛН
Can You Beat Hitman 3 Without Breaking ANY Laws?
22:37
windowledge
Рет қаралды 1,7 МЛН
How To Use IK To Fix Your Left Hand To A Weapon - Unreal Engine 5 Tutorial
44:07
Pitchfork Academy (MizzoFrizzo & Co.)
Рет қаралды 1,2 М.
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 14 МЛН