Easily Create Custom Widget UI for Tracker Device - UEFN Tutorial

Поділитися
Вставка
  • Опубліковано 1 січ 2025

КОМЕНТАРІ • 43

  • @LoganPinney
    @LoganPinney 4 місяці тому +2

    Fantastic work! Keep up the UI vids pls and ty - much appreciated!!

    • @AsicsoN
      @AsicsoN  4 місяці тому +1

      @@LoganPinney Thanks Logan!

  • @vlad.7
    @vlad.7 4 місяці тому +1

    No way dude , i was looking for this

  • @carlosmanuel8303
    @carlosmanuel8303 4 місяці тому

    You’re the best bro 👍🏻

  • @Kevzter
    @Kevzter 2 місяці тому

    Can a tracker get current SCORE?

    • @AsicsoN
      @AsicsoN  2 місяці тому

      @@Kevzter I think so. Can't say from memory. Check in drop down of stuff it tracks. I think current score will be just Score.

    • @Kevzter
      @Kevzter 2 місяці тому

      @@AsicsoN It can track score, but not sure it can collect the current score, just from 0

    • @AsicsoN
      @AsicsoN  2 місяці тому

      @@Kevzter Not sure about that.

  • @FN_SuperStudio
    @FN_SuperStudio 4 місяці тому

    holy W

  • @dayton173
    @dayton173 3 місяці тому

    any tutorials for that mini map? looks great

    • @AsicsoN
      @AsicsoN  3 місяці тому

      Not planned yet.

  • @Beelzhere
    @Beelzhere 4 місяці тому

    Awesome!
    Did you add verse code to link and add this UI and the tracker or are you using hud somehow ?

    • @AsicsoN
      @AsicsoN  4 місяці тому

      @@Beelzhere Thanks. No verse.

  • @epxl_
    @epxl_ 3 місяці тому

    great tutorial! How would I be able to make the progress linear instead of circular. Thanks!

    • @AsicsoN
      @AsicsoN  3 місяці тому

      @@epxl_ You can take texture coordinates then send through component mask and get only G channel in there. Then output connect into Step node and scalar parameter in it would control progress.
      For easier discussions I would recommend to join our discord server.

    • @epxl_
      @epxl_ 3 місяці тому

      @@AsicsoN Thanks for the quick response. I'll join the discord right now. Thanks !

  • @Viper_Shan
    @Viper_Shan Місяць тому

    everything works, but the positions seem to be inconsistent. sometimes its top left, sometimes its center left, and sometimes it is near the bottom left. if I have two of these trackers, it does not look good. is there a setting somewhere for this?

    • @AsicsoN
      @AsicsoN  Місяць тому

      @@Viper_Shan Nope, tracker device in control of position. And it moves UI if something in that location to avoid overlap.

    • @josephmaxxwell
      @josephmaxxwell 15 днів тому

      When experimenting with locations, it actually does matter where you put the custom trackers within the widgets. By putting the anchors in the center, the tracker knows to put the images in the normal places. But, if you keep the anchor in the top left corner for example, one tracker will be positioned fine, but multiple trackers will have big spacing issues.

  • @tyla1196
    @tyla1196 4 місяці тому +1

    When I do the step with the box mask my material just doesnt work, i went back 3 times in the video to make sure i didn't miss anything. any ideas why it is not working?

    • @AsicsoN
      @AsicsoN  4 місяці тому

      @@tyla1196 Should work. You can join our Discord and share screenshot of your material to get better help.

  • @fishtankstudiosUEFN
    @fishtankstudiosUEFN 4 місяці тому

    This is the way...

    • @AsicsoN
      @AsicsoN  4 місяці тому

      @@fishtankstudiosUEFN This is the way...

  • @rashid-6025
    @rashid-6025 4 місяці тому

    W

  • @MaxiCreates
    @MaxiCreates 3 місяці тому

    when i make the UI does it matter that i only have a title and the target value and normal value also that its on the corner not middle becasue when i put the hud into the tracker it doesnt show up.

    • @AsicsoN
      @AsicsoN  3 місяці тому

      @@MaxiCreates No it doesn't matter. Only affects what player will see.
      But make sure that anchor/s properly set.
      While tracker always places UI on the left side it works with anchors.
      Is it whole tracker UI not showing up or just portion?

    • @MaxiCreates
      @MaxiCreates 3 місяці тому

      @@AsicsoN i have got the tracker to work but its cutoff right at the bottom

    • @AsicsoN
      @AsicsoN  3 місяці тому +1

      @@MaxiCreates Then check inside widget that everything has proper position or offset and grouped.

    • @MaxiCreates
      @MaxiCreates 3 місяці тому

      @@AsicsoN ok thank you

  • @willykf941
    @willykf941 4 місяці тому

    i have a MF_glint in my UEFN but, my version of glint don't have the color v3, how i can put this in my MF_glint?

    • @AsicsoN
      @AsicsoN  4 місяці тому

      In this video I upgraded it not just to add this input but make it work with mesh too. ua-cam.com/video/FIPKNLcosvQ/v-deo.htmlsi=_r_JywkcUhtWhjqQ

    • @willykf941
      @willykf941 4 місяці тому

      @@AsicsoN ok, thanks bro, i go do this!

  • @disastermaps
    @disastermaps 3 місяці тому

    how do i layer it they are radonmized and mess up the ui for me

    • @AsicsoN
      @AsicsoN  3 місяці тому

      @@disastermaps Lower the element in hierarchy more in front it will be. So make sure organize everything in hierarchy in order you need.

    • @素材-z9i
      @素材-z9i Місяць тому

      @@AsicsoN what do you mean hierarchy, is it the outliner?

    • @AsicsoN
      @AsicsoN  Місяць тому

      @@素材-z9i Yes outliner. Order of things inside of it matters.

    • @素材-z9i
      @素材-z9i Місяць тому

      @@AsicsoN unfortunately i keep changing the order but it still appear the same order

    • @AsicsoN
      @AsicsoN  Місяць тому

      @@素材-z9i If they directly attached to canvas then they should have priority input or it's Z Order or something like that.
      But have everything not organised into groups isn't good idea.
      You can see how in all my widget videos I group stuff and then order is matters.
      For more help I would suggest to join our discord so we can share screenshots etc.

  • @FearDepth
    @FearDepth 4 місяці тому

    Is it possible to make it smaller?

    • @AsicsoN
      @AsicsoN  4 місяці тому

      @@FearDepth Not sure as tracker control most of the stuff around position of the UI.
      Try use smaller image and scale down text and check if that will make it smaller in game. If not then most likely that controlled by tracker.

  • @3xtremeRules
    @3xtremeRules 4 місяці тому +1

    Yooooo^^

  • @AlbinBerisha3399
    @AlbinBerisha3399 4 місяці тому

    Can you pls send me your Discord Link again, beacause the one in the bio is inavailable

    • @AsicsoN
      @AsicsoN  4 місяці тому

      @@AlbinBerisha3399 Weird, it should have unlimited time.
      Here new one discord.com/invite/3dWd5twJ3F