UE4 Inventory And Crafting / Functions Add, Remove, Find and More...

  Рет қаралды 14,408

It's Me Bro

It's Me Bro

Күн бұрын

Пікірлер: 54
@TheTrifel
@TheTrifel 4 жыл бұрын
I have a issue with items that stack not stacking they go to another slot if available, and when full the logs for example will stack when the 4 widgets are full to the first log in the set of widgets, but won't make the item pickup dissapear and you can't pick up other items for some reason So found that I had to set the master pickup to 1 which I did , but I also missed the data table row name in addtoplayerslot function
@darlingx8451
@darlingx8451 3 жыл бұрын
@TheTrifel How did you fix it? Because i have the same probem
@TheTrifel
@TheTrifel 3 жыл бұрын
@@darlingx8451 can't remember what exactly I did , id ha e to dig through that project again and check , but I remember, the one you use for the master , not having a default value set ,it was like 0 and needs to be 1 or somethinglike that , and there was something that was in a structure or item database that was not set I believe
@yuxuto
@yuxuto 2 жыл бұрын
Items i pick up are only showing in the equipment on the right, but inventory on the left remains empty. It was working in previous part. Any help tips please?
@nicsastudios
@nicsastudios 4 жыл бұрын
After I added the ground source nothing could be picked up but, an empty help please
@ItsMeBro
@ItsMeBro 4 жыл бұрын
The source is not needed. I plan on adding things for it in the future. Right now you can just go to addItem, and on switch connect all the exec pins to the next node.
@mesutyavuzx
@mesutyavuzx 3 жыл бұрын
+1
@mesutyavuzx
@mesutyavuzx 3 жыл бұрын
yeah i have same problem i did your said @itsmebro
@PLYATC
@PLYATC Жыл бұрын
nice tutorials! thanks! even on ue5.1 i making now inventory system, hope later in tutorials will be about multiplayer) i have a question, how to make availible items be not 1 slot but 2*3 or else and put them in inventory if there is place availible?
@mauriciosilva1631
@mauriciosilva1631 3 жыл бұрын
23:30 in the find stack function there is an output of the amount that you don't connect to anything is that correct? I followed the whole step by step and in the tooltip tutorial it doesn't accumulate the number of items
@ItsMeBro
@ItsMeBro 3 жыл бұрын
In 23:30 the amount pin stays unused because it's not needed in that location.
@mauriciosilva1631
@mauriciosilva1631 3 жыл бұрын
@@ItsMeBro folks at discord helped me i still hadn't seen the end of the tutorial, thanks for the help.
@imwheeliebad
@imwheeliebad Жыл бұрын
Since adding "Ground" Source in the BP's I cannot pickup anything...Do my items need this "tag" somewhere?
@ItsMeBro
@ItsMeBro Жыл бұрын
There was an idea for that node, but after hearing the suggestions i never got to my idea. So feel free to delete that switch node from add item
@xdragon5502
@xdragon5502 3 жыл бұрын
Is it possible to make the inventory for the player infinite?
@TheTrifel
@TheTrifel 2 жыл бұрын
Don't know about infinite but it is possible to control the size based on say encumbrance value
@kianogames8067
@kianogames8067 3 жыл бұрын
I have three objects which I have placed, two of which are stackable. But I can only collect one of the items and non of the others, and if I try collect a non stackable object I can collect it once but not a second time, have I done anything wrong or do I need to carry on through the vids. Also what’s the discord!
@ItsMeBro
@ItsMeBro 3 жыл бұрын
No you should be able to do everything just like in the video. Discord link is in the description.
@kianogames8067
@kianogames8067 3 жыл бұрын
@@ItsMeBro in my add Item function, I hooked the index pin from ‘Add Item to Player Slot’ to ‘find stack’ and not ‘Find Empty Slot’. After switching that everything is working. Great tutorials!
@seyvanjahani6464
@seyvanjahani6464 4 жыл бұрын
Hi , great video. But i have problem when i press play and then "I" it show me 4 icons of one item that i add in inventory panel and also in Equplipments!! And when i pick something nothing changes.!
@ItsMeBro
@ItsMeBro 4 жыл бұрын
In your PlayerSlots variable, you should have 4 entries and all should be filled with the Empty item. Empty is also an item. So in this system, we always have an item in everyslot, its just that "empty slots" contain empty item. You have probably missed something.
@seyvanjahani6464
@seyvanjahani6464 4 жыл бұрын
@@ItsMeBro oh, i get it i did a crazy thing 🤦 it was a saving mistake 🤦🤦🤦🤦 but thanks your channel is really great 👍👍👍
@grandreep1252
@grandreep1252 4 жыл бұрын
Hi, I have a problem. stack Only the first slot is played. What could be the error? Sorry my English is very bad
@ItsMeBro
@ItsMeBro 4 жыл бұрын
I dont know what you've made. Join my discord and send in screenshots from what youve done and post them in help section.
@augustforever7198
@augustforever7198 2 жыл бұрын
I'll never understand the reason for speed running a tutorial. Either way, taking my time and trying to comment the code along the way. Thank you for the series.
@Simon-pi9qx
@Simon-pi9qx 4 жыл бұрын
I have a problem with my variable "Amount". It seems to never stack up : I stay always to the zero amount.
@ItsMeBro
@ItsMeBro 4 жыл бұрын
Add amount for the pickup. You probably have 0 for all items. Must be 1 or higher.
@ItsMeBro
@ItsMeBro 4 жыл бұрын
Of you cant find it, join in discord so I can send screenshot about where to set it
@Simon-pi9qx
@Simon-pi9qx 4 жыл бұрын
@@ItsMeBro thanks, you were right :)
@maximjacquet2942
@maximjacquet2942 3 жыл бұрын
Hey my items don’t stack? How can I fix that? I don’t think I made any mistakes in the code.
@ItsMeBro
@ItsMeBro 3 жыл бұрын
Join discord and share screenshots of your functions in help section. You have made a mistake somewhere.
@maximjacquet2942
@maximjacquet2942 3 жыл бұрын
@@ItsMeBro i found my error. I just forgot a return node in some code and now it works! I shall continue on the series!
@tysongoode4482
@tysongoode4482 2 жыл бұрын
I ran into this as well. Found my missing return node at 20:16. Hopefully this saves others sometime.
@irnuska2409
@irnuska2409 2 жыл бұрын
@@tysongoode4482 omfg, same! I almost lost my mind because of this, thank you! 😂
@HeLLToRMnT1
@HeLLToRMnT1 4 жыл бұрын
Thank you more please
@ItsMeBro
@ItsMeBro 4 жыл бұрын
In few hours will come out next episode.
@DeeOdzta
@DeeOdzta 4 жыл бұрын
Thanks :)
@SirJustinn
@SirJustinn 4 жыл бұрын
Thank you bro
@ItsMeBro
@ItsMeBro 4 жыл бұрын
Thank you too for subscribing and watching :)
@patrickjaeger8992
@patrickjaeger8992 4 жыл бұрын
@@ItsMeBro my items don't stack, I've already checked the "ItemDataBase" and made sure "itemstack" was set to true but nothing... pls I would like to get some help
@Simon-pi9qx
@Simon-pi9qx 4 жыл бұрын
@@patrickjaeger8992 same problem. Do you find a solution ?
@SirMint2002
@SirMint2002 4 жыл бұрын
tive um problema em meu projeto, na parte de adcionar uma quantidade, quando ja tenho um item em meu inventario e adciono, mais dele so que em uma quantidade maior ( ele sendo estacavel) , ele nao adciona, exempro: tenho 5 de um item, adciono 10, ele cria 2 items de 10
@maiconcastagna4349
@maiconcastagna4349 4 жыл бұрын
Translation for @It'sMeBro (sorry for my english):Sir Mint2002 - "I had a problem, in the add amount part, when I already have an item in my inventory and add more of the same (CanStack True), it doesn't add. In Example: I have 5 (amount) of one item, then add 10 to that item, it creates 2 items with 10 (amount) each". Para (To) @SirMint2002: Mano melhora esse português aí kkkk, o cara não vai te responder se nem conseguir traduzir pelo google! :3
@reckless8404
@reckless8404 3 жыл бұрын
How do you just know all this stuff? :O I'm struggling just following along got damn! :P
@ItsMeBro
@ItsMeBro 3 жыл бұрын
I don't know man. :D A lot of hours of experiments and fails :D
@reckless8404
@reckless8404 3 жыл бұрын
I'm currently on a roadblock, I'm using UE5. I've seen a comment about this, but you said UE5 was buggy and all that 😅 But tool tip widget binding, is there a work around for this? Since there is no bind function as I can see
@ItsMeBro
@ItsMeBro 3 жыл бұрын
@@reckless8404 using a source build ue5 is a better idea. There is a newer version with binding for tooltip. But well there is a work around. There is an event called On Mouse Over or similar name. You can create and display the tooltip on that event. By the way its much easier to ask these questions on discord, since there I could send you a screenshot on how to do it.
@reckless8404
@reckless8404 3 жыл бұрын
@@ItsMeBro Alright, I sent a request to join. School name : Isak (aka: Reckless)
@Aaaalfaroeo
@Aaaalfaroeo 2 жыл бұрын
When I heard "That means we found a stack, we tried to add to the stack, but maybe the item was not stackable and maybe we have a different empty slot" it became oddly clear and satisfying
UE4 Inventory And Crafting / Tooltip
6:14
It's Me Bro
Рет қаралды 9 М.
UE4 Inventory And Crafting / Backpack
15:49
It's Me Bro
Рет қаралды 14 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Inventory And Crafting / Equipment Functions
18:05
It's Me Bro
Рет қаралды 9 М.
Unreal Engine 4 Tutorial - Saving Level States
26:39
Ryan Laley
Рет қаралды 28 М.
UE4 Inventory And Crafting / User Interface
12:39
It's Me Bro
Рет қаралды 16 М.
UE4 Inventory And Crafting / Quick Slots (Hot Bar)
23:54
It's Me Bro
Рет қаралды 10 М.
UE4 Inventory And Crafting / Drawing, Swapping Weapons (replicated)
11:48
UE4 Inventory And Crafting / Equipment
16:45
It's Me Bro
Рет қаралды 7 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
UE4 Inventory and Crafting Setup / Database and Pickups
11:04
It's Me Bro
Рет қаралды 24 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН