How to use Widget Blueprint as Texture : Unreal Engine Tutorial : Part 1

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

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

  • @ClebinhoFeijoada
    @ClebinhoFeijoada 10 дней назад +2

    Fassinating how your tutorial series seams to be the only source for this type of widget on texture on the internet haha! Thank you very much for doing so. I also have a question, on my widget i have a button, but when i implement the widget on my texture, the mouse hit events seams to not work any more. Have you tried this type of interaction? Since i can't find nothing about it on the internet in genral i quite lost on how to make it work.

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

      Hi, I have not tried to make the widget interactive. I am not sure how to go about it but I am sure there is a way for that to work.

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

    Man, you can't imagine for how long I've been looking for a method to do this, I'm so grateful you made this tutorial, thanks

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

      You are welcome !! Please do subscribe ☺️

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

    Great tutorial. Glad you're posting again. I am just trying to learn Zero Density and your previous tutorials are invaluable.

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

      Thank you, I will try to be more consistent now. Once Zero Density releases the community version for Reality 5 then I will update all the previous ZD tutorials

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

      @@renderraj Thank you. It making a difference for me.

  • @BreadMan017
    @BreadMan017 4 месяца назад +1

    Why do you assign the material on Tick instead of in the construction script? Won't assigning it every tick mean it's constantly updating and hurting performance?
    I would like to see part 2!

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

      The data on the widget will keep changing in real time hence the Event Tick. Instead of the Event Tick we could add a Custom Event and call it when ever the data in the widget needs to be updated.

  • @SequentialSnep
    @SequentialSnep 24 дня назад

    Quick and to the point, thank you so much!

  • @x837cue
    @x837cue 24 дня назад

    This is great but I ran into problem. If I want to interact with the widget's elements, i.e. buttons, it won't work. It only receives the input to the big widget showing in the blueprint viewport that you hide below. The widget on the mesh won't react with the widget interactive component. Any suggestion?

    • @renderraj
      @renderraj  22 дня назад +1

      Hi, since this is not made for interactive projects so I am not very sure how to get that going. In this we are just applying the widget as a texture onto the static mesh. Maybe you can use some sort of collision which triggers the widget elements. This is just a suggestion, I am not completely sure.

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

    Thanks for this tutorial, I'm very curious as to how you are playing the animations as well.

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

      I will try to make that tutorial soon 🤗

  • @AndréMorine
    @AndréMorine 7 месяцев назад

    Congratulations Raj, you clarified some doubts, thank you!

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

      You are welcome 🤗

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

    when I place an image in my hud, it is totally overexposed. How can fix this issue ?

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

      Thats because its Unlit...if you add lights to your scene it should solve the problem.

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

      @@renderraj I figure out what is the problem. I was using retainer box and it's the material of this retainer who over expose the hud in the scène.

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

    Thanks Raj. looking forward for the animation also.

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

      Very soon !!

  • @King-mj2bn
    @King-mj2bn Месяц назад

    These text components are driving me crazy. Using this for letters/journal pages, so positioning is critical, but the text wont align correctly no matter how I anchor them. It always gets clipped off even though the underlying UVs are perfect. It's as if they're being offset for absolutely no reason. EDIT: Nevermind I figured out the problem. My *'Widget component > User Interface > Draw Size'* was set to the size of my UV shell, rather than the size of my canvas.

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

      In my next tutorial I will be explaining the scale box and size box which can be used to align text correctly within bounds. So keep an eye out for that.

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

    Perfect tutorial but why do you use a square uv ?

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

      You can have the UV in any shape, if you make the UV in the size similar to the screen then u get more area to work with. I just made it square for this tutorial.

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

    Excellent, thanks for the lesson.

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

      Glad you liked it!

  • @tryphonmanu
    @tryphonmanu 27 дней назад

    Nice.

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

    Thanks Raj Bai