HOW TO MAKE AN INVENTORY SLOT IN UE5 VR | INVENTORY TUTORIAL

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

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

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

    Everyone, at 8:02, you can choose value a little higher than 0.5 (scaling value) to make the object be grabbable better)

  • @ethanbergendahl5566
    @ethanbergendahl5566 10 месяцев назад +3

    Badass bro, doing everything everyone wants to see!

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

    You are my Oprah, thanks for posting bro.

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

      ahhaha, of course)))

  • @smoothrelaxation1695
    @smoothrelaxation1695 10 дней назад

    KEEP UP GOOD WORK MAN ... 👍

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

    Excellent!!! Best VR inventory system tut I've found. Thank you!!!!

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

      Glad it helped!

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

    Hi there 5:56 how do i get the self reference ?
    I hate it when thing magically appear in a tutorial

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

      Did you find it out ?

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

      @mugabsyll5155

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

      ​@@bossonfire5110 yes I did thank you.

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

      @@mugabsyll5155 i Look for the solution can you tell me ?

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

    HYPE TRAIN LESS GOOOOO

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

    Hey this doesn’t work for custom objects that I make. When I try and put a model I created inside the object, it doesn’t stick to it and keeps giving an error that held actor reads none. When I try a preset model like grab cube it works just fine no matter the scale of the cube. What I noticed is my custom models need to be scaled to really small in order for the inventory slot to work as intended. Does anyone know of any solutions?

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

      Can you show me the custom object that is not being placed into discord channel? I have my own objects working with it, and I can put anything. I will try to help you out

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

    Please help me, I've also got no Self Reference on the On Grabbed and On Dropped Event, but there are no parameters in the event to add them and I can't plug in any other Custom Event I created...it says "Delegate is not compatible with Delegate (by ref)"

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

      Could you go into discord and send me the screenshot, please?

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

      @@yaroxr how did you fix this ?

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

      you got a solution ?

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

    I am working in UE 5.3 and I'm getting an issue where the item i capture with the cell doesn't work as it did before. For example, i followed your weighted object tutorial and the cell captures the weighted block perfectly fine, but when i try to take it out, it rescales the cube but it no longer has physics. Another bug I'm getting is one of the tools I've been developing will not be captured by the cell but it will stop having physics if i try to put it in the cell, but it works fine after it grab it again. These are two seemingly opposite reactions from these different blueprints that I'm trying to store and i have no idea why its happening or how to fix it 😓 any advise or tips for this is much appreciated

    • @yaroxr
      @yaroxr  8 месяцев назад +1

      Okay, so first thing I can tell is that it is hard to combine my tutorials and they are not supposed to work with each other by just copying code. I wish it were easy to implement it, but no. I think it might be collision issue definitely (you can ignore everything on physics asset and hand collision except for world static which is usually everything around you). Play with collision is my first guess. Another thing we can try is that you could join discord and zip me your project up so I could dig into it. Thank you for detailed clarification. Appreciate hour time!

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

    Will this work in unreal 4.27?

  • @KalashJain-l4w
    @KalashJain-l4w Месяц назад

    Guys do anyone had the problem of self reference on grabbed and dropped, and solved please reply I am stuck

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

    When I put any object in the sphere the sphere instantly disappears

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

      Nvm forgot to hook up event being play lmao

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

      All good my man

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

      @@yaroxrI do have a question sorry if I’m being stupid but on the on dropped event I don’t have the the self reference so what do I put for the grab component on “ try capture object” ?