How To Hightlight Any Object With An Outline Unreal Engine 5 Tutorial

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

КОМЕНТАРІ • 28

  • @bartkoch1988
    @bartkoch1988 3 дні тому

    Hi, it's the third time I used your tutorial today to make some progress on my game. Every time I searched for a good tutorial, I ended up on yours. Thanks again for your work and efficiency, mate 👍

  • @Mr_Septimus
    @Mr_Septimus 2 місяці тому +8

    I watched 3 tutorials before this one, there were some heaps of links in blueprints, complex materials.
    You did everything clearly and to the point in 4 minutes. You are the best!

    • @YuukiHorizons
      @YuukiHorizons Місяць тому +1

      I second this!

    • @tempmail-b9h
      @tempmail-b9h 4 дні тому

      bro is headmaster in his game rest are all students.

  • @lethalcheese5771
    @lethalcheese5771 4 місяці тому +5

    Every other Tutorial made this sound like it was the most complicated thing in the world by combining Fresnel nodes with scene textures and texels... and here you are in 6 nodes it works fine, thank you

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

    This is AWESOME! Short, to the point, and simple code. I love you man! Great vid!

  • @JP-eo2pb
    @JP-eo2pb 3 місяці тому

    Thanks for the tutorial. I was running into an issue with the outline not dynamically appearing/disappearing before, but realised I didn't add the blueprint into the level editor. It's all fixed for me now :)

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

    thank you man every other tutorial was extremely complex but this was really easy to follow and straightforward.

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

    Thanks for this and agreed this is way more simple than other methods I have seen. I'm losing my mind a bit as I have gone through the video 5 times and the outline is not quite working as intended. The linethickness param is just increasing how far away the outline material is from my mesh and the outline itself always has basically 0 thickness so it looks funky. Wondering if I may have toggled some setting in my project as I have triple checked that I followed the instructions. Any help would be much appreciated.
    It might just only work with rounded edges. It works fine on a sphere, but on a box with sharp 90 degree edges it doesn't look right.

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

    this helps so much, thank you.
    that being said the shader kinda breaks when applying to charcters which was my main goal

  • @makeyourgame2210
    @makeyourgame2210 5 місяців тому +3

    The inhale at the end was so unexpected and realistic that I thought there was a man lying in bed with me

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

    Excellent, many thanks for this tutorial.

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

    Great video, works fine on regular meshes. However, on nanite meshes it doesn't work in 5.4. What is the best workaround for this? One can disable nanite for the mesh entirely, or check 'Disallow Nanite' in the mesh render settings, but I imagine this is suboptimal.

  • @SpaceShrimp
    @SpaceShrimp 5 місяців тому +2

    that is great but you double the geometry count and performance wise it can be expensive if you have a big poly count on your model.

    • @MCA-GK
      @MCA-GK 5 місяців тому

      I was righting the same comment by you did instead of this he showed use custom depth in post process where the outline thickness remains same to screen view not world view
      It was done by code like me channel

  • @l_t_m_f
    @l_t_m_f 10 днів тому +1

    doesnt work in 5.5

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

    Love the tutorials

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

    i seem to get this error, any ideas?
    [SM6] SceneTexture expressions cannot be used in opaque materials except if used with the Single Layer Water shading model.

  • @jadkaiito-8383
    @jadkaiito-8383 5 місяців тому

    my i ask if it's optimized or its need an other way so it can be in the final product ??

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

    is there a way to get to this work with paper zd sprites?

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

    nice video cool trick love it

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

    Un related to this video ,but I’m new to unreal engine and on a 3rd person template I followed your tutorial on how to make a main menu and options menu ,but when I saved the project and then later got back into the project I still had all of the coding and assets for the main menu and options tab ,but when I would hit play it wouldn’t start with the main menu and it would instead start with the 3rd person template. How do I fix it?

    • @VincentTrethewey
      @VincentTrethewey 5 місяців тому +2

      Go into your world settings and make sure youre using the right Game Mode Override

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

    Bueno me sirve y no me sirve viste como son las cosas, digamos que es el tuto mas sencillo que vi, pero asi es su funcionamiento también, es como que solo se renderizan las caras internas el problema es que este efecto no atraviesa una pared o el suelo por lo que es un efecto incompleto, quizás muy sencillo para trabajar en algo sencillo pero no sirve para resaltar objetos a través de una pared u otros objetos.