WTF Is? Hardware Cursor in Unreal Engine 4 ( UE4 )

Поделиться
HTML-код
  • Опубликовано: 1 авг 2024
  • What is the Hardware Cursor and how do we use it in Unreal Engine 4
    Source Files: github.com/MWadstein/UnrealEn...
    Note: You will need to be logged into your Epic approved GitHub account to access these examples files. github.com/EpicGames/Signup

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

  • @suitoha9336
    @suitoha9336 3 года назад +1

    Saved again by Mr. Mathew!!!
    Thank you!!!!

  • @BarakaGameDev
    @BarakaGameDev 5 лет назад

    Great tutorials dude.

  • @VeganApps
    @VeganApps 2 года назад

    Thanks again! You saved me a lot of headache.

  • @Shadowdawnz
    @Shadowdawnz 5 лет назад

    Thank you!

  • @_SkyDancer
    @_SkyDancer Год назад

    I like how he names the videos on preview :)

  • @MrKosiej
    @MrKosiej 2 года назад

    7:10 setting it to nothing doesn't load the default in. It just searches the directory for the file named "none". Any idea how to solve it?

  • @imagine-games6677
    @imagine-games6677 4 года назад

    another day another watching a Mathew video

  • @BarbaNeggra
    @BarbaNeggra 4 года назад

    Thx dude!

  • @juanibuscaglia3239
    @juanibuscaglia3239 2 года назад

    I wish I could like this video a million times

  • @levi83
    @levi83 4 года назад

    Thanks!

  • @Mireneye
    @Mireneye 5 лет назад

    Is there any way to get transparency to work?

  • @mingyenwu9621
    @mingyenwu9621 4 года назад

    thx man! :D

  • @osten222312
    @osten222312 3 года назад

    you are a godsend

  • @UTube2K6
    @UTube2K6 Год назад

    is there a way to add more hardware cursors ? the enum only have 14 entries.

  • @charleslozano597
    @charleslozano597 5 лет назад +2

    Im doing exactly the same rthing, creating a folder called slate, adding the uasset there and also the raw png file for the cursor but its still not working any idea what I might be missing?

    • @sarevok6
      @sarevok6 3 года назад

      mine works until i click once. then it goes away, did you ever solve this?

    • @megaRGJ5
      @megaRGJ5 3 года назад +1

      @@sarevok6 I had that issue, in my player controller under Mouse Interface the Default Mouse Cursor needed to be set to Default.

  • @inedibleRED
    @inedibleRED 5 лет назад

    Do you know how to change the speed of the hardware cursor in game ?

    • @JoostvanDongen
      @JoostvanDongen 2 года назад

      As far as I know the whole point of a hardware cursor is that it behaves exactly like the standard Windows cursor. So the speed is set through Windows settings. I don't know whether Unreal has a way to override it nevertheless.

  • @suitoha9336
    @suitoha9336 3 года назад

    How do you rescale the hardware cursor?

    • @rinkagamine9201
      @rinkagamine9201 3 года назад

      you have to do it in another program like Photoshop or GIMP

  • @BeamFreqGames
    @BeamFreqGames Год назад

    I can't figure out where you're calling the hardware cursor widget from.

  • @firnekburg4990
    @firnekburg4990 5 лет назад +4

    Whenever i build the game the cursor is gone : /
    Tried full rebuild, same.

    • @Pyrofox111
      @Pyrofox111 4 года назад

      Same for me, it doesn't work when I build, even if I force the Slate folder to be packaged.
      And there ara nothing on the web.
      Did you find a solution?

    • @MrRailden
      @MrRailden 4 года назад

      Since the hardware cursor goes by file path and is not packaged in the project, did you perhaps forget to put the cursor in the packaged project under the same path?
      (that is, if you didn't use a "Slate" directory, which will always be cooked, just like the Hardware Cursor tooltip says)

    • @Pyrofox111
      @Pyrofox111 4 года назад

      @@MrRailden In the settings I have "Slate/Cursor", I have a Slate folder in Content, then the Cursor.cur and Cursor.png
      When packaging in HTML, I tried to create a Slate folder and put the .cur and .png files on it, but it still doesn't work.
      Did you managed to make the Hardware Cursor working on a packaged HTML?
      I created an unanswered question : answers.unrealengine.com/questions/921876/hardware-cursor-not-working-after-cooking.html

    • @pkeod
      @pkeod 4 года назад

      @@Pyrofox111 Don't use Slate folder even though the editor suggests it, use a different folder name!

    • @Pyrofox111
      @Pyrofox111 4 года назад

      @@pkeod Thanks for your advice! I'll try your solution next week

  • @thankyou991
    @thankyou991 4 года назад +1

    HELLO!
    How to change cursor when it over something ?
    I want to use DEFAULTS cursors. So when the cursor over some object - how to set it to "GRAB HAND" cursor ?
    P.S. I don't want CUSTOM cursors :)
    I like default cursors...
    Thanks!!!!!!!!!!!!!!!!

    • @ANDKK247
      @ANDKK247 5 месяцев назад

      I have the same question

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

    Thank you!