UE4 With Casey- Tables in Widgets & Reordering Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ค. 2018
  • In this tutorial I show you how to make tables in widgets along with reordering their data. This is useful for inventories, server browsers, etc.

ความคิดเห็น • 16

  • @Joshuahendrix
    @Joshuahendrix 4 ปีที่แล้ว +4

    Don't know if you'll see this but you have been the best teacher for me on unreal. And I watch Mat Wadstein.

  • @cosmotronik2165
    @cosmotronik2165 3 ปีที่แล้ว +1

    You saved my life :) thanks for a nice example of a pro tutorial!

  • @seanmenzies1986
    @seanmenzies1986 2 ปีที่แล้ว

    Top tier tutorial. You strike the perfect balance between pace and clarity. Big fat thumbs up, my bro!

    • @seanmenzies1986
      @seanmenzies1986 2 ปีที่แล้ว

      PS you may want to add "scroll box" to your title somehow. Took me a while to find this video.

  • @oldmetall8070
    @oldmetall8070 2 ปีที่แล้ว

    Самый лучший туториал построения виджета из базы данных. Спасибо.

  • @AndyPants550
    @AndyPants550 3 ปีที่แล้ว

    Very good tutorial, nicely explained

  • @TheEmptyT
    @TheEmptyT 3 ปีที่แล้ว

    You are a blueprint God!

  • @naeembadat1957
    @naeembadat1957 ปีที่แล้ว

    Legend

  • @nurbdailym
    @nurbdailym หลายเดือนก่อน

    hi, many thanks for this tutorial.
    I know that it's 5 years old, but i have a question ()if you still there)
    I made the tuto, with an editor utility widget (It show me a table of shots with comment and status), I've changed some widget so I could edit some value. I would like to know how I could save the arraysofrows with these modifiaction (coming from the widget) and how I could update the datatable ?🙏

  • @adam4designss
    @adam4designss 3 ปีที่แล้ว +1

    how i get tis table from json or csv and make color lick column data, plaze ansure

  • @alexanderalikin1210
    @alexanderalikin1210 7 หลายเดือนก่อน

    You cannot loop through the data table through. Is there a workaround for this?

  • @Ribo_Flavin
    @Ribo_Flavin 2 ปีที่แล้ว +1

    This is a great video and has helped me a lot. The one thing I am struggling with is is there a way to reorder the rows when the fields are not all integers? For example, I have a combination of strings, floats and integers.
    I tried converting all of the fields to string, then sorting, but you can't take a max of a string array.

    • @ue4withcasey391
      @ue4withcasey391  2 ปีที่แล้ว +1

      I would probably sort the floats and integers together, and then the strings seperately. So you would have 2 sorted arrays and then put one array before the other in whichover order you want them

    • @Ribo_Flavin
      @Ribo_Flavin 2 ปีที่แล้ว

      @@ue4withcasey391 Thank you for replying, that is helpful.

  • @FullassDear
    @FullassDear 3 ปีที่แล้ว

    Hi, Casey, thank you for your tutorials! Everything becomes clear! But I have some problem here. Did this four times and can't see anything, except texts in the top horizontal box, could you explain, please, what could have become the problem

    • @ue4withcasey391
      @ue4withcasey391  3 ปีที่แล้ว

      Make sure the widgets you are adding have text and that you are actually adding them