The editable Attribute - UEFN Verse Tutorial

Поділитися
Вставка
  • Опубліковано 17 вер 2024

КОМЕНТАРІ • 40

  • @piequalsthree3
    @piequalsthree3  Рік тому +7

    Hey guys I remembered my UA-cam Channel password 😏so I'm back. I'll try to upload more consistently again and more Verse stuff! :D

  • @Gatlen_Shado
    @Gatlen_Shado Рік тому +3

    Wow, been wondering about this stuff for a while. It’s a nice step to some good intermediate workflow and organizing habits. Thanks for sharing. 👍

  • @snorri2854
    @snorri2854 9 місяців тому

    WHERE HAVE YOU BEEN

  • @creatorcuber
    @creatorcuber 11 місяців тому +1

    Welcome back! :D

  • @LionUnchained
    @LionUnchained Рік тому +1

    Good fundamentals tutorial

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

    Amazing and very thorough, thank you!

  • @chinonoob3219
    @chinonoob3219 Рік тому +1

    Yeeeeeeeeeeeeee hes back

  • @choudclucker
    @choudclucker 11 місяців тому +1

    Excellent Stuff!

  • @This_is_Elzed
    @This_is_Elzed 11 місяців тому +1

    Nice, thanks

  • @donniebirb
    @donniebirb 11 місяців тому +2

    How do you have that predictive text on your Verse Code (ex 3:47)? Also great video I have been for ages trying to figure out how to clamp values on verse devices.

    • @piequalsthree3
      @piequalsthree3  11 місяців тому +1

      GitHub Copilot. $10 a month or free if you’re a student

  • @kidd_beats
    @kidd_beats 11 місяців тому +1

    Yo, can you make a video covering the Tags aspect ? It's much more efficient to link multiple devices to a verse device, since no one made a tutorial yet

  • @moredakotaz
    @moredakotaz 11 місяців тому +1

    Hi Pi Equals Three I love Your Tutorial Video . Are you a Verse Programmer or Software Developer at Epic Games?

    • @piequalsthree3
      @piequalsthree3  11 місяців тому +1

      Haha I wish, but no. I just enjoy programming Verse

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

    is it possible to use an @editable with values within a map

  • @themagachad
    @themagachad 6 місяців тому

    How do you do the inverse of editable? How do i make something visible but not editable?

  • @uhhyea123
    @uhhyea123 8 місяців тому

    Do you know how to make the box pvp custom super power stuff? For example there is “jujitsu box pvp” or “meme box PvP” or ultimate box PvP” if u could make a video on this it would be a life saver

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

    I edged to this 😝😝😝

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

      Nah but thanks for this very helpful shit

  • @VideosByBob
    @VideosByBob 9 місяців тому

    In the city dealership hierarchy (no cars), so two level. How would we access say dealership index 2 and work with the variables?

    • @piequalsthree3
      @piequalsthree3  9 місяців тому

      It’s an array within the city so just normal array access
      if (Dealership := city.Dealerships[0]):
      Civic := Dealership.MyCivic

  • @HasimFN
    @HasimFN 6 місяців тому

    doesnt work for me, my functions cant reach the editable it says unknown identifier. idk why

  • @choudclucker
    @choudclucker 7 місяців тому

    Question, trying to make a class of editable devices and then an editable array of said class, give me loads of validation errors, any idea why?

    • @piequalsthree3
      @piequalsthree3  7 місяців тому

      Make sure your classes that have editabels are

  • @MoreKlouty
    @MoreKlouty 11 місяців тому

    Hey! Could you pls make a video showing how to make players invisible when holding a specific item? It would mean the world to me rn

  • @CuberAI_
    @CuberAI_ 5 місяців тому

    bro can you have an array with two classes editable?

  • @Atomic-san
    @Atomic-san 11 місяців тому +1

    What extension do you use in vs code to help with the syntax?

    • @piequalsthree3
      @piequalsthree3  11 місяців тому

      It’s GitHub copilot. You can get it for free if you’re a student otherwise there’s a free trial and I think it’s like $10 every month lol

    • @Atomic-san
      @Atomic-san 11 місяців тому

      @@piequalsthree3 I thought it was a free tool, but it's ok, thanks :)

  • @aspectenzo
    @aspectenzo 11 місяців тому

    Can you show how to make aimbot? I've seen people make it so that when you crouch, you track on to the opposing player.

  • @melian5648
    @melian5648 Рік тому

    can you please show us how we can enable disable actors in UEFN thru Verse (or have them in direct binding)?

    • @piequalsthree3
      @piequalsthree3  Рік тому

      wdym disable? Like hide them?

    • @melian5648
      @melian5648 Рік тому

      nono like the devices in creative that you can enable and disable options would be helpful to know if we can do the same with actors

    • @piequalsthree3
      @piequalsthree3  Рік тому

      @@melian5648 I'm still not sure what you mean by disable? Actors don't really do much besides just being there.

    • @melian5648
      @melian5648 Рік тому

      @@piequalsthree3 can you not reference the actors somehow and use a switch button to enable disable them?

    • @loganlewis6755
      @loganlewis6755 Рік тому

      @@melian5648 are you reffering to Hide() and Show()