How to Make a Simple Pick Up System in Unreal Engine 5 - Beginner Tutorial

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 251

  • @GorkaGames
    @GorkaGames  2 года назад +6

    ↪Just opened my NEW DISCORD join NOW! bit.ly/GorkaGamesRUclipsDiscordServer

  • @Baleur
    @Baleur 2 года назад +40

    12:20 for newbies, a better way to do this (in the future) is to make sure each sword model, for instance, has its root at the right grip point.
    I think you can change the root in the UE5 model editor.
    That way you just have 1 socket, and every weapon preconfigured to fit it.
    Or in other words, dont offset the socket on the character, just offset each weapons root.

    • @GorkaGames
      @GorkaGames  2 года назад +6

      Absolutely, that would be the best way. I actually didn't think of It while recording the tutorial. But in UE you only can change the pivot on viewport actors that are already on the scene, not the mesh itself. So you would have to change it through Blender lets say

    • @arnausis
      @arnausis 2 года назад +10

      @@GorkaGames Actually UE5.0 has a tool under the modeling mode that allows you to modify the pivot point directly in the mesh. This will permanently modify the pivot point so if you need it in one place while on the scene and on another when you want it in the socket you'll have to modify the pivot of the object in scene to place it where you want while on the floor and it will attach correctly to the hand socket since it is taking a "new" mesh. idk if i explained correctly.

    • @NeatWolf
      @NeatWolf Год назад

      Or, have an EquipPivot point passed as coords as part of the interface. Or, use blueprints of the same Pickable item class, and have an EquipPivot component. It adds a bit of complexity but would be worth it.
      Generally Unreal (since v1 IIRC), use different, paired by reference objects to implement the pickup and the carried item. Of course the setup isn't as basic as this tho.

    • @ferael0013
      @ferael0013 Год назад

      Alternatively you can add an offset transform variable in the pick up item and adjust it accordingly, then set the equipped mesh's transform to the offset on equip. My preferred method tbh - assuming that every character model would use the same skeleton... sigh

  • @peachbytes
    @peachbytes Год назад +44

    7:31 For newbies, if you don't see Item Model to Place (or whatever you named it), go back to BP_Item and check that the eye is open next to the variable for Item Model to Place.

    • @isocnt
      @isocnt Год назад +1

      thank youuu ❤

    • @cryptokimo7558
      @cryptokimo7558 Год назад

      Thanks, I was struggeling with this :) Merry Christmas.

    • @ScropperFTW
      @ScropperFTW Год назад

      wise man ty

    • @rarisninja461
      @rarisninja461 Год назад

      Thank you so much

    • @baryafe
      @baryafe Год назад +1

      if i did click the eye, still don't see it. any idea?

  • @WICEGameDev
    @WICEGameDev Год назад +4

    Thank you for this video! As many developers atm do, we are currently switching from Unity to Unreal. These beginner tutorials make it a lot easier, keep it up!!

  • @mrredeef
    @mrredeef Год назад +10

    If your first pickup test isn't working: make sure you put the code from 4:20 to 5:42 in the Third Person Blueprint
    I didn't noticed he'd changed from BP_Item to BP_ThirdPerson and was wondering why it wasn't working for me at 5:50

  • @dannybubu1230
    @dannybubu1230 Год назад +14

    9:07 for those who have a little problem with the parent socket and they use first person as i do, then i might have the solution. you'll need to drag the FirstPersonMesh under the Mesh (CharacterMesh) and then the EquippedItem under the FirstPersonMesh. hope its even a valid option cuz i am a newbie myself and hope this wont make any problems. I still hope to solve some problems that may still occur

  • @forweon1046
    @forweon1046 2 года назад +2

    ¡Gracias!

    • @GorkaGames
      @GorkaGames  2 года назад +1

      Muchísimas gracias por tu Super Thanks!! Lo aprecio un montón, y me alegro de que el tutorial te haya ayudado!!

  • @SzBeni1
    @SzBeni1 Год назад +6

    9:48 : dont need to have a " get static mesh" node, and just connect the " item model" to the "set static mesh" node

    • @Morax
      @Morax 11 месяцев назад

      I tried this but it won't let me connect the two. I had to add the "get static mesh" node

    • @timelordst
      @timelordst 9 месяцев назад +1

      @@Morax having the same issue. after GET ITEM MODEL, can't find GET STATIC MESH.
      any idea what might cause this issue?

    • @jonathanbale8047
      @jonathanbale8047 8 месяцев назад

      From "Pickup" node, add "Set static mesh" with the mesh from components as targets and then in "new mesh" on that not choose the mesh you want and then compile. Worked for me. Hope it helps.

    • @homelessboi4208
      @homelessboi4208 6 месяцев назад +1

      @@jonathanbale8047 might be a little late but this helped so fucking much bro

    • @jonathanbale8047
      @jonathanbale8047 6 месяцев назад

      @@homelessboi4208 Your so welcome 🙏

  • @GordonSeal
    @GordonSeal День назад +1

    Timelines are very expensive, using an interp like finterpto to change the scale value on a timer is much cheaper.

  • @Дайки
    @Дайки Год назад +4

    9:52 why i dont have get static mesh?:(
    static mesh component object reference is not compatible with actor object reference((

  • @ShayanHosseini-f5w
    @ShayanHosseini-f5w 6 месяцев назад

    extremely in-efficient way of doing this

  • @bladerz1191
    @bladerz1191 Год назад +4

    I'm trying to make a lantern that you can pick up and move. How would I make the light stay attached when it's picked up?

    • @joshuahorton7936
      @joshuahorton7936 Год назад +1

      i want to know this too

    • @kevinvonbriel
      @kevinvonbriel Год назад

      Guess its kind of retargeting a Blueprint Actors Position to the sockets Position

  • @glatze_-.-
    @glatze_-.- Год назад +4

    i don't know why but i can't find the "get itemmodel"... maybe changed? I use UE5.1 and for any reason sometimes i can't find the in the tutorials showing actions in event graph. Do i have to activate something? THX for help

    • @mendax5259
      @mendax5259 11 месяцев назад +1

      its the name of your variable

  • @oddi91
    @oddi91 Год назад

    this helped. me and my friends are making a game thats a little like souls games.

  • @Kiwi_Stuff
    @Kiwi_Stuff 2 месяца назад +2

    09:40 i don´t have the ´´get itemmodel´´ node in this graph i only have it in the event graph of ´´pick_up_bp´´. can someone help please

  • @ArdPlayerChannel
    @ArdPlayerChannel Год назад +1

    can you make tutorial after i pick up the item and i want to drop the item too

  • @yatziriizel
    @yatziriizel 10 месяцев назад +1

    Does anyone know how to add back the construction script??? I'm having major trouble now

  • @CostaGeo6683
    @CostaGeo6683 2 года назад +6

    These tutorials are amazing, simple and quick 💚

    • @GorkaGames
      @GorkaGames  2 года назад +3

      Thank you man!! You are the best 🙏

  • @moneyman4898-
    @moneyman4898- 2 года назад +4

    thanks for these tutorials, super helpful!

    • @GorkaGames
      @GorkaGames  2 года назад +1

      Im glad you find them usefull!!

  • @j4xk_btw
    @j4xk_btw Год назад

    Ive used this tutorial for a flashlight and i was wondering how i disable the spotlight and audio before i pick it up

  • @cheemayt1530
    @cheemayt1530 2 года назад +5

    Hey, I can't see the get static mesh from my item model on 9:51
    Any Solution Plese
    🥺
    Thank You.

    • @Дайки
      @Дайки Год назад +1

      same problem!do you know how to fix this?

    • @hannerikruger7216
      @hannerikruger7216 Год назад

      any chance you remember if you fixed this?

    • @lukashaslwanter9077
      @lukashaslwanter9077 11 месяцев назад +1

      Hey, i know my answer/suggestion comes 1 year after your question, but mabye it's still helpfull haha, so my Problem was the incorrect naming. He Named it "ItemModelToPlace", and I named it "ItemModel", so i took the wrong thing. Maybe this happened to you too, pay close attention to the names. Maybe you can fix it :)

    • @TheEspada420
      @TheEspada420 8 месяцев назад

      Maby it’s in your hand but it’s wrong transformation/ place and it’s out off you sight

  • @Kaixiseeks1796
    @Kaixiseeks1796 Год назад

    Super helpful! Thank you so much. All your videos have been awesome!

  • @jessplaysfs5214
    @jessplaysfs5214 2 года назад +2

    Ohoooooo wow thanks so much for making this tutorial I am Gona use it and will let you 😊😊😊

    • @GorkaGames
      @GorkaGames  2 года назад

      you're welcome!! I hope this is what you were looking for!!

    • @jessplaysfs5214
      @jessplaysfs5214 2 года назад +1

      @@GorkaGames hiya its really helpful but will it work for skeletal mesh as well and also can you make one for droping item too plz

    • @GorkaGames
      @GorkaGames  2 года назад

      @@jessplaysfs5214 for the skeletal mesh do you mean items that instead of using static meshes models use skeletal mesh? if so yeah, but you would need to change the item blueprint. Changing the static mesh component, the itemModel variable, and then In the players blueprint the assignment of the mesh. If you have any trouble trying it just tell me 😀and yes! I will try to also make a dropping items tutorial

    • @jessplaysfs5214
      @jessplaysfs5214 2 года назад +1

      @@GorkaGames hiya its jess here again yes please if you could make DROP item tutorial as well and also i tried to use the skeletal mesh and i did change it in the blueprint too but i am having problem with get skeletal mesh its not connecting to the get skeletal mesh return value do u have discord please i guess ii can explain that to you there easily

    • @GorkaGames
      @GorkaGames  2 года назад +1

      @@jessplaysfs5214 yeah, Ill try to also make a item drop tutorial 😀 Yeah I have Discord, but to not place it here can you send a message to me in Twitter and then I'll pass you my discord?

  • @AtahanBurak
    @AtahanBurak 6 месяцев назад +1

    Thank you dude

  • @ascotofficial2500
    @ascotofficial2500 16 дней назад

    on minute 5:10 I don't have that option, I have Does Class Implement Actor or Does Object Implement Actor, I'm lost, I'm my 1st day using Unreal, I'm pretty noob
    and I also can only plub the Array Element from "For Each loop" into one thing, if I plub it to "Does Object Implement Actor" I can't plub it to "Pick Up"

  • @justin16051
    @justin16051 Год назад +1

    thx! only i couldnt put a node for get static mesh. and the sounds keep playin while picking up.
    is there a forum to help people out?

    • @hannerikruger7216
      @hannerikruger7216 Год назад

      did you figure it out? I', stuck there now too

    • @justin16051
      @justin16051 Год назад

      @@hannerikruger7216 well, sorry to say that. I haven’t figured it out how to solve the problem. But it takes so much time for a game that I am not able to spend a lot of time in it.

    • @neonplay786
      @neonplay786 11 месяцев назад +2

      Hey guys! I was having the same issue, but I fixed it on my side, and I hope it might help you guys, too, if you haven't already gotten it. Whatever you named your static mesh at 1:20 is what you want to run out of the "As BP Item" in the "Cast to BP_Item", then you should see the static mesh after that. The example for mine is that I named my static mesh "SwordModel" instead of "ItemModel", so whenever I was typing in "get item model" I had one show up, but it wasn't the right thing. Once I did "get swordmodel", everything worked perfectly. Hope this helps and wasn't too confusing :)

  • @lifeasneil
    @lifeasneil Год назад

    Thanks man, that was clear enough to follow, a few things have updated with UE5 since you made this, but with some mucking around still works. Could you show me how to use this set up to now swing the sword to make an item explode?

  • @jeffclark9765
    @jeffclark9765 9 месяцев назад

    Its you again! Just what i was looking for. Thats it, im scrounging your channel!

  • @etjlewis
    @etjlewis 7 месяцев назад +1

    How do you do this if you have more than one static object you want to equip in the character settings? I thought maybe a sequence would work but that created an error. Once you set "Item" as the target, you can't assign any more static objects as a target to the "set static mesh" node

    • @anto-hn2gz
      @anto-hn2gz 5 месяцев назад

      Yeah, help please with this!

  • @srawdawg6188
    @srawdawg6188 Год назад

    Excellent, Gorka, Thank you!

  • @Baleur
    @Baleur 2 года назад +8

    Also, for newbs, if you need skeletal meshes instead of static meshes (for weapons using line traces between two sockets for example, or animated weapons (chains etc)), you can use the exact same setup, but just duplicate for Skeletal Mesh as well. Route from Set Static Mesh into Set Skeletal Mesh.
    If static mesh is empty, it'll assign the skeletal mesh instead, and it works.

    • @IllGib
      @IllGib 2 года назад

      I can't make fire my gun again, i modified the starter fps gun to toggle a water beam and a line trace for a radial damage, and i modified the chassis to cyan, but whit that setup i get the default white skeletal mesh and it don't call the fire event, i can't get the right bp_gun, and i remade it from scratch.
      I can simply change with an actual static mesh of the new gun, but i'm still testing and since everything else was working right , i wanna resolve the issue or it might come back anytime with other models.

    • @edodemerzel7032
      @edodemerzel7032 Год назад

      Do you mean both Static and Skeletal Mesh components in ONE "BP_Item" blueprint or two BP_Item blueprints - one for each type of Mesh?

  • @Bioshock_84
    @Bioshock_84 Год назад +1

    Hello, thanks for the tutorial. Can you call a Has Tag variable so that depending on the name, a game instance variable is called and changes to true ?

  • @itssupakittytv
    @itssupakittytv Год назад +5

    My model does not have Item Model 9:45

    • @Kiwi_Stuff
      @Kiwi_Stuff 2 месяца назад

      same! Please answer if u have a solution

  • @beo1863
    @beo1863 Месяц назад

    thank you a lot man !

  • @creamsoda923
    @creamsoda923 5 месяцев назад

    So does this only work if you want to pick up one object at a time and destroy whatever you had before?

  • @wisemandark_gaming
    @wisemandark_gaming 6 месяцев назад

    9:52 Cast to BP item, Get ItemModel ----> GET static Mesh. (i cannot get static mesh and I do not know why.)

  • @BH-dsk
    @BH-dsk 2 года назад +2

    This is great. Could you give me some tips on how to drop the item? I worked out I can do it with Detach From Component -> Equipped Item, but it leaves it sitting in the air where it was when I press the drop button, and I can no longer pick it up.

    • @BH-dsk
      @BH-dsk 2 года назад +1

      Never mind I worked it out with Set Physics node. EDIT: actually that puts it on the ground, but I still can't pick it up.

    • @GorkaGames
      @GorkaGames  2 года назад

      @@BH-dsk yeah you where in the right direction. But instead of detaching the component (which only would be the mesh), you would need to set the mesh to none, and then spawn the item blueprint, and assign the mesh. If you need help let me know!!

    • @BH-dsk
      @BH-dsk 2 года назад +1

      @@GorkaGames Legend, thank you I shall give it a try.

  • @katalisk12
    @katalisk12 Год назад

    Everything worked but after i connected the second weapon the first changed its position into the groin area of the character. i havnt changed anything and its all still showing in the hand socket correctly but when picked up its in the WAY wrong location. Aside from that THANKS SO MUCH GORKA!

  • @robertbowen2075
    @robertbowen2075 10 месяцев назад +2

    I thought the tutorial was good, up until the point where you're teaching people to make a different socket/component for every different item. That is fundamentally the opposite of best practise; everything should be dynamic so it all continues to work with whatever you add in the future. This is a massive red flag indicating you don't really know how to do things properly. You are teaching thousands of people when posting tutorials online and when teaching people wrong, you are doing more harm than good.
    You should be instead orientating the pivot point in each model so it always aligns the way you want it with the single socket when you add it to the third person.

  • @patitopingobueno
    @patitopingobueno 9 месяцев назад

    thank you bro, this helps me a lot :D

  • @WWatson99
    @WWatson99 Год назад

    I know this is a little old, but what about when it comes to changing maps? The socketed item is lost, I'm trying to have the player keep it.

  • @ralferdball5218
    @ralferdball5218 4 месяца назад

    love your content. started unreal a few days ago and its fun and challenging for a dev noob. trying since hours to get a "static mesh" as shown at 9:52, but i only get a "get static material". help anybody?

  • @M0HaMAD777
    @M0HaMAD777 Год назад

    Thanks man im new to ue5 and i have problem i want to create a fps game and i added the pistol model in blueprint but it has 3 parts and when i add in to simulate it take a part how i can fix it
    I hope u understand it❤

  • @Baleur
    @Baleur 2 года назад +3

    5:00 if you want this to work with ANY weapon in the level, how would you set this up?
    Something like, get all overlapping actors with "tag" and have a "item" tag on each relevant item?
    Or would you have ONE BP_Item but have the mesh, damage effects, sound and stuff be variables that can be changed per instance?

    • @GorkaGames
      @GorkaGames  2 года назад +2

      Well, this will already work with any weapon, as all the weapons are child of that class. So if you were to make a new weapon, you wouldn't create a new BP. You would drag that BP into the scene, and in its details, change the mesh. So basically what you said in the last line

  • @omerdiadher4150
    @omerdiadher4150 2 года назад +1

    Perfectly Working 👏

    • @GorkaGames
      @GorkaGames  2 года назад

      great Im glad I could help!!

  • @shadowrodney
    @shadowrodney Год назад

    I'm going through a UE5 bootcamp course with preloaded videos, it gets kinda complicated in my head but for some reason this video helps me wrap my head around it quite well. So thanks ^^

  • @HenrikMakesGames
    @HenrikMakesGames 10 месяцев назад

    is there a way to do this on the default first person template? the first pickup system works but how can I make the object visible in first person?

  • @FPChris
    @FPChris Год назад

    Is it better to play an animation fbx or make a montage? Also should you play it on the input event or put in the animation blueprint?

  • @dianamosquera888
    @dianamosquera888 2 года назад

    This tutorial is amazing, thank you.

  • @imkeyi
    @imkeyi 2 года назад +1

    Awesome tutorial for me as beginners, question how can i change animation after pick up different weapon,
    is it in character blueprint and change the animation blend blueprint after pick up

    • @GorkaGames
      @GorkaGames  2 года назад

      Thank you! I`m glad that you found it helpful. If you mean change the character`s animations to be holding a weapon in its hand, you will need to create a new state in the ANimation Blueprint, I have a tutorial on changing states: ruclips.net/video/WUXvq6At6pE/видео.html

    • @imkeyi
      @imkeyi 2 года назад

      @@GorkaGames Hi If i have a gun that's a skeleton mesh and i need it to be skeleton mesh since i want the
      clip fallen when reloading..should i create a new weapon BP or add the skeleton mesh inside of it

  • @kamaelru6938
    @kamaelru6938 9 месяцев назад

    Bro, maybe I missed something. Why does the enemy sometimes spawn at the player's spawn location when randomizing? that I didn't turn it off

  • @williamminnaar6311
    @williamminnaar6311 2 года назад

    Good day to you - Do you have any tutorials on how to ready my room for Mobile and make it work on an iPhone / Android phone please?

  • @wrichards123
    @wrichards123 2 года назад +1

    I got it to pick up, but its not equiping... drivin me nutz ;) GOT IT... lol missed one connection in BP... AWESOME STUFF THANK YOU for sharing

    • @GorkaGames
      @GorkaGames  2 года назад

      hmm, have you seted up the static mesh correctly in the player?

    • @wrichards123
      @wrichards123 2 года назад

      @@GorkaGames i missed a thin red line connection ;) took me a bit, but went node to node and found it....
      I AM having a glitch on how to regen my health bar, for some reason, and am needing a "mario" type consumable UI counter for my beans count... all in all your very helpful at the stage im working at thank you again

  • @dinosaurtop
    @dinosaurtop 11 месяцев назад

    hi! how would you go about doing this but instead of exchanging the item when you pick up a new one, the items all stay? i'm creating an adventure style game where the character finds and puts on equipment (like a staff, a hat, etc). all the sockets are correctly placed and i can pick it all up based on this tutorial, but i want it to stay on the character instead of disappearing.

  • @tbnr871
    @tbnr871 3 месяца назад

    4:40 what would i go to on a first person map?

  • @Mason_Talbot
    @Mason_Talbot Год назад

    Im having an issue where the actor isn't getting destroyed/Picked up, ive watched and rewatched the first 5:45 min but I cant figure out why it wont work, i have done everything in the video exactly as Gorka does. is anyone able to help?

  • @RealPelekito
    @RealPelekito Год назад

    Hello, can I change the animation of the character when the character picks up the weapon?

  • @sparrow-jm4zf
    @sparrow-jm4zf Год назад

    what if i want to be able pick up an item only if i had picked up another item .Like pickup but possible only in an order

  • @timelordst
    @timelordst 9 месяцев назад

    hi. i did everything the same. but now my static mesh wont appear :)
    is there a fix to it?

  • @baryafe
    @baryafe Год назад

    Why when I put my torch item on my skeleton and then try to take the flaming torch, it takes it without the flame?

  • @rubengamer7723
    @rubengamer7723 11 месяцев назад +1

    can someone help me i cant find the get statics mesh 9:54

  • @Jay_BanZ
    @Jay_BanZ Год назад

    hey gorka, can you do a thing where if you pickup a weapon or certain weapon class, the animation blueprint changes as well? lets say the default ue animations when nothing is equipped, and when lets say i pick up a sword, the animations change from default ue animations to the sword animation blueprint

  • @larnus2548
    @larnus2548 Год назад

    Ho do i set it up with multiple Blueprints instead of only changing the mesh?

  • @wolfiedgr8t
    @wolfiedgr8t 2 года назад +2

    Hi, you introduced a blueprint interface which is quite advanced so could you show how to this pickup and drop item system using enums and or arrays? Great video and thanks.

    • @GorkaGames
      @GorkaGames  2 года назад +2

      yeah definitely in part 2 I will explain it all more in detail 😀

    • @wolfiedgr8t
      @wolfiedgr8t 2 года назад

      @@GorkaGames great stuff, thanks :)

    • @fredrikmohlkert1845
      @fredrikmohlkert1845 22 дня назад

      @GorkaGames did you do a part 2?

  • @emptybruh
    @emptybruh Год назад

    Does this work in a sence that it wont affect same items?

  • @karamich75
    @karamich75 11 месяцев назад

    If I have different blueprints / Classes, and they can be picked from the landscape with E, how can I make the Get Overlapping actors refer to multiple classes? I tried an array of classes but certainly it can not connect to the Class variable pin

  • @edodemerzel7032
    @edodemerzel7032 Год назад

    Thank You for this tutorial! What is the algorithm in case my weapon is a blueprint class, not a separate static/skeletal mesh? It's a pistol (skeletal mesh with animations) combined with accessories (static meshes) and some other components I consider adding in future.

    • @edodemerzel7032
      @edodemerzel7032 Год назад

      UPD: I've found out that we can use "Child Actor Component" instead of Static/Skeletal Mesh Component in this case. I used it for ItemModel component in BP_Item. Then, in Item Model setup section ruclips.net/video/qVtoemgM7wI/видео.html, I used "Set Actor Child Class" function and Actor type for ItemModelToPlace variable (with class reference).

  • @spaceflier_
    @spaceflier_ 2 года назад +2

    I was stuck for half an hour at 10:10 becuase it wasnt going into my hand. All I had to do was watch a couple more seconds 😆

    • @GorkaGames
      @GorkaGames  2 года назад

      🤣🤣 It always happens

  • @Fedigno
    @Fedigno 3 месяца назад

    Hi i followed your tutorial until minute 9.46 from there i'm lost i can't find get item model and get static mesh.. can you help me please or someone else here! Cheers

  • @AresWorlds
    @AresWorlds 2 года назад +1

    But its only change apperance of item for example if you have gun and sword you need to create two BP because those items have different functions one for melee the other one for range

    • @GorkaGames
      @GorkaGames  2 года назад +1

      Yeah exactly. You would need to make a change in the weapon`s behavoiur depending with which static mesh you have equiped

  • @fredricklindstrom837
    @fredricklindstrom837 Год назад

    need help asap, i created the socket but when i go to look for it in the equipped item it doesnt pop up, whats going on

  • @porrentlyl8078
    @porrentlyl8078 Год назад

    Nice Tutorial! Could you now explain how i put it down again on a different location

  • @jkeemmTv
    @jkeemmTv Год назад

    Awesome, do you have video to setup this with Enhanced Input Action system?

    • @katiekaliber
      @katiekaliber Год назад

      it's the exact same, just connect it to started, not triggered

  • @Crane00
    @Crane00 Год назад +1

    how to set restrictions on object selection?

  • @TSB191
    @TSB191 Год назад +2

    Hey, nice tutorial. Everything except the effect where the character is holding the weapon works for me when i do this code. Any idea what i can change? When i go up to my sword, it simply dissapears when i interact with it, but it does not go into my characters hand as it does for you. Any help is appreciated!

    • @user-simon7
      @user-simon7 8 месяцев назад

      Hi, did u solve this problem? I have the same situation

    • @user-simon7
      @user-simon7 8 месяцев назад

      I made mistake and just didnt conect bp

  • @thebustermonkey
    @thebustermonkey Год назад

    Thanks for the tutorial man! I'm trying to have a vehicle pick up a box but somehow already whe I start testing it pressing "E" it won't work. Is there anything different I should do when it's a BP car? Thanks a lot in advance! Big fan!

  • @magegames6202
    @magegames6202 Год назад

    I did this method for all my guns and each static mesh has a socket for muzzle flash but how can I get that reference to the socket so when the mesh changes I can spawn the muzzle where it should be

  • @HadrienBasch
    @HadrienBasch Год назад

    hi how would you do that with several objects ? thanks

  • @gtb_quarckrel
    @gtb_quarckrel 7 месяцев назад

    can you make 2d pickable items???

  • @SardorSuyunov-d8y
    @SardorSuyunov-d8y Год назад

    17:37 , then what will happen to the sword ?

  • @tylercooper7396
    @tylercooper7396 Год назад

    You’re awesome everything worked! But could you help me with specific details on how to drop the item? Whenever you have the time!

  • @meowmeow_plage6486
    @meowmeow_plage6486 2 года назад +1

    nice i will need it

  • @CyteezEdits
    @CyteezEdits 2 года назад +1

    nice tutorial but i literally downloaded ue 5 yesterday i followed a 5 hours tutorial but now idk what to do do you have any advice or ideea?

    • @GorkaGames
      @GorkaGames  2 года назад

      thanks! try to make a small game with very basic features. I have a tutorial on that!

    • @CyteezEdits
      @CyteezEdits 2 года назад

      @@GorkaGames oh ok thank you!

  • @gamermanmitchell
    @gamermanmitchell 2 года назад +3

    I cant get the "get static mesh" node at 9:51 !!!!!!!!!

    • @GorkaGames
      @GorkaGames  2 года назад

      Make sure your Item model is of type static mesh, you maybe have created a skeletal mesh instead

    • @gamermanmitchell
      @gamermanmitchell 2 года назад

      @@GorkaGames oh ok I’ll try that tmr bc it’s almost 4am lol

    • @gamermanmitchell
      @gamermanmitchell 2 года назад +1

      @@GorkaGames i did checked and it was already on that one. I even re-did it and it still didnt work.

    • @devchirurgie4757
      @devchirurgie4757 2 года назад

      It seems that it has more variables than created in the video and therefore gets a little confused. I have the same problem and have gone through the tutorial 3 times.
      The static mesh variable was never created or I'm blind :D

    • @ΚωσταςΣειραγακης
      @ΚωσταςΣειραγακης Год назад

      @@devchirurgie4757 same here

  • @Rolands_
    @Rolands_ 11 месяцев назад

    when i add one more weapon or item to pick up, it starts to stash them all in right hand. Kinda confused

  • @DailyPaily
    @DailyPaily 2 года назад +3

    Bien por no usar cast. El sound lo pondria antes del timeline y el destroy en el finished. The ahorras el malevolo Delay

  • @taniaangelika258
    @taniaangelika258 7 месяцев назад

    thankyou so helpful

  • @Dad.chilling
    @Dad.chilling 11 месяцев назад

    I have a problem when i search in parent socket: itemsocket he dont appear i watch the video 12 time so please help!!

  • @allen_starr
    @allen_starr Год назад

    Everything works great. But, maybe someone can help? When I pick up any item, the material for the item returns to none (checker board color).

  • @asciirory
    @asciirory 3 месяца назад

    AMAZING

  • @gnutsrocknroll
    @gnutsrocknroll 2 года назад +1

    I must be doing something wrong as it's not working for me. One difference that I see is that I can't add in Implemented Interfaces, I can only add to Inherited Interfaces.

    • @GorkaGames
      @GorkaGames  2 года назад

      Yeah it is the asme thing, they changed it in 5.1

  • @isabelgalvez8065
    @isabelgalvez8065 Год назад

    thank you so much

  • @leejay_0939
    @leejay_0939 2 года назад

    hey I'm having a problem where my destroy actor component isn't compiling due to it not being a static mesh component, anyway to fix this?

  • @nicheva417
    @nicheva417 2 года назад +1

    My blueprint 'key' search does not match your list and I could not find specific keys. :/ I actually wanted to pick up from LMB but I couldn't find that in blueprint search either...perhaps 'bind event to on clicked'?
    Nor could I find get overlapping actors in array actions :(

    • @GorkaGames
      @GorkaGames  2 года назад

      Hmm, thats strange, it might be a problem of your syntax? Make sure that when you right click you gave "content sensitive" on. It might be the issue.

    • @nicheva417
      @nicheva417 2 года назад

      @@GorkaGames Thanks.

  • @larabatech1200
    @larabatech1200 Год назад

    super helpful

  • @bill43208
    @bill43208 Год назад

    I cannot change the parent socket for the Equipped Item. On pickup, the guns appear in the viewport but they are not attached to the character, so they just float in front of the character and do not move where the character looks. How can I fix this?

  • @Alex.Does.Minecraft
    @Alex.Does.Minecraft 6 месяцев назад

    Are there also ways to drop the item? 😅😅

  • @itscoldcoldwinter
    @itscoldcoldwinter 2 года назад +1

    can u make a video how to make christmas light like fortnite battle buss has or any type i cant find a video how to
    make them

  • @Eren-Yeager51
    @Eren-Yeager51 2 месяца назад

    Why I can't find the goes implantnt interfaces node

  • @JambelBandel
    @JambelBandel 2 года назад +1

    Cant seem to get the "Get Static Mesh" at 9:52 dont know why

    • @JambelBandel
      @JambelBandel 2 года назад +1

      Okay, fixed the issue. It was down to the name of the variables (specifically the component called "ItemModel") wich I changed to just the name of the model in use.

    • @GorkaGames
      @GorkaGames  2 года назад

      @@JambelBandel Oh ok, Im glad you could fix it

    • @gamermanmitchell
      @gamermanmitchell 2 года назад

      @@JambelBandel didnt work for me :(

    • @Дайки
      @Дайки Год назад

      can you help?how to fix this?