Unreal Engine 5 Tech Demo, [UE5 Developer Availability 2022-04-05]

Discussion in 'Console Technology' started by mpg1, May 13, 2020.

  1. techuse

    Veteran

    Joined:
    Feb 19, 2013
    Messages:
    1,424
    Likes Received:
    908
    Does UE5 support running this with the old Lightmass instead of Lumen? I’d be curious to see how Nanite performs on older GPUs.
     
    milk and xz321zx like this.
  2. Metal_Spirit

    Regular

    Joined:
    Jan 3, 2007
    Messages:
    632
    Likes Received:
    397
    I'm having trouble understanding the performance of the City Sample.
    My computer (3900X, 32 GB, 3060 with 12 GB), is showing an average of 54% CPU usage (with no cores maxed out), and 68% GPU usage (1080p). RAM not full, and neither VRAM.
    How come, with RAM, VRAM, GPU and CPU to spare, I'm getting 22 to 25 fps? What is the botleneck here? RAM Bandwidth(DDR4 3200)?
     
  3. techuse

    Veteran

    Joined:
    Feb 19, 2013
    Messages:
    1,424
    Likes Received:
    908
    CPU limited titles don't always show full CPU utilization.
     
    Dictator, Andrew Lauritzen and Clukos like this.
  4. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    Its not optimized, not a final game. Not representitive of your hardware capabilities, its a sample for developers, not gamers.
     
  5. troyan

    Regular

    Joined:
    Sep 1, 2015
    Messages:
    603
    Likes Received:
    1,122
    How does it help developers when it isnt fully optimized for PC hardware?
     
  6. Dampf

    Regular

    Joined:
    Nov 21, 2020
    Messages:
    283
    Likes Received:
    473
    You are right, I forgot upscaling sets LOD bias so that the textures are rendering at native res- which is a good thing.

    Do you really think messing with the source assets is not worth it? When I look at side by side comparisons with Series S and X I notice the Series S is using reduced texture detail that I simply cannot get even when setting sg.TextureQuality=0 (which according to you, adjusts MIP level bias beyond upscaling?) That settings does nothing, strangely it does not impact texture detail nor memory usage. Texture detail is always the same, unlike on Series S.

    [​IMG]

    For comparison, my textures running at a screen resolution (!) of just 720p:

    [​IMG]

    Even with all that YouTube and image compression you can see how my textures are much closer to Series X than S, even running at 720p. This means I am using Series X quality textures.

    It's likely the Coalition did reduce texture detail specifically for Series S when optimizing the build for it.

    However, further testing is required to see if VRAM is even an issue. The fact that I notice GPU performance dropping over time could also mean some areas are more demanding than others.
     
    PSman1700 likes this.
  7. Karamazov

    Veteran

    Joined:
    Sep 20, 2005
    Messages:
    4,817
    Likes Received:
    5,221
    Location:
    France
    might be UE5

     
    chris1515 and Dampf like this.
  8. Dampf

    Regular

    Joined:
    Nov 21, 2020
    Messages:
    283
    Likes Received:
    473
    [​IMG]

    Off screen reflections ? 3 particle strings are shown in reflection, only 1 visible on screen.

    Looks like it's using HW-RT!
     
  9. Karamazov

    Veteran

    Joined:
    Sep 20, 2005
    Messages:
    4,817
    Likes Received:
    5,221
    Location:
    France
    yeah there are RT reflections, easily seen with the monster's reflections in the buildings.
     
  10. Silent_Buddha

    Legend

    Joined:
    Mar 13, 2007
    Messages:
    19,418
    Likes Received:
    10,311
    You do realize that no engine before it reaches shipping candidates are "fully optimized for PC hardware." That includes Unity, UE, Creation Engine, etc.

    The base Unity and Unreal engines aren't optimized for anything really when developers start work on them. During the process of creating their project they will optimize it for the hardware they intend to run it on.

    Regards,
    SB
     
  11. Malo

    Malo Yak Mechanicum
    Legend Subscriber

    Joined:
    Feb 9, 2002
    Messages:
    8,929
    Likes Received:
    5,528
    Location:
    Pennsylvania
    In the editor or a compiled build?
     
    pharma likes this.
  12. Dampf

    Regular

    Joined:
    Nov 21, 2020
    Messages:
    283
    Likes Received:
    473
    How can I enable HW-Raytracing in the Lyra Starter Game project? I did enable Support HW-Raytracing and Enable HW-RT for Lumen in the project settings and compiled the shaders, but it still won't use HW-RT for some reasons. Reflections are still in screen space for example and performance does not improve as well.
     
  13. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
    I took an NSight trace and noticed in some passes the top unit throughput is actually PCIe, so I'm wondering if this could also be a bottleneck with the City map on PC, haven't spent too much time looking into this though.
    [​IMG]

    ^ without any pedestrians or cars, built with shipping config locally.
     
    Pressure and BRiT like this.
  14. Andrew Lauritzen

    Andrew Lauritzen Moderator
    Moderator Veteran

    Joined:
    May 21, 2004
    Messages:
    2,629
    Likes Received:
    1,227
    Location:
    British Columbia, Canada
    Task manager is unfortunately quite unreliable for such things because Windows moves threads around between cores all the time. The bottleneck will almost certainly be a single thread somewhere (and thus the CPU's single-threaded performance) - usually the game, render or RHI thread - but you'd have to use a tool that understands user mode threads (like UnrealInsights) to see.
     
  15. Andrew Lauritzen

    Andrew Lauritzen Moderator
    Moderator Veteran

    Joined:
    May 21, 2004
    Messages:
    2,629
    Likes Received:
    1,227
    Location:
    British Columbia, Canada
    I have no idea what that settings does... it's totally possible that it only adjusts classic texture quality and does not affect virtual textures at all. I don't really know the details of how to tweak virtual textures in Unreal. Presumably you could modify the master material with an LOD bias but I'd be surprised if there wasn't a way to tweak the base bias, or the one that TSR applies.

    Agreed. It's almost certainly a cvar somewhere, I'm just not familiar with those systems to point you at it.
     
    Dampf likes this.
  16. SlmDnk

    Regular

    Joined:
    Feb 9, 2002
    Messages:
    703
    Likes Received:
    568
    The Shaky Cam™ makes all the difference in succesfully fooling the brain.

     
    TEEDA, pharma, Silent_Buddha and 2 others like this.
  17. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    Yeah optimization isnt priority with this.
     
  18. Silent_Buddha

    Legend

    Joined:
    Mar 13, 2007
    Messages:
    19,418
    Likes Received:
    10,311
    It definitely helps but there's still a lot of things that pull the viewer back from potentially thinking it might be realistic footage. Just one of many examples is the row of 3 exactly identical mail boxes without any wear and tear on them. There are, of course, numerous other cues that remind the viewer that this is just a 3D render.

    Still, for being a real-time render, it's really impressive.

    Regards,
    SB
     
  19. Andrew Lauritzen

    Andrew Lauritzen Moderator
    Moderator Veteran

    Joined:
    May 21, 2004
    Messages:
    2,629
    Likes Received:
    1,227
    Location:
    British Columbia, Canada
    There's two passes there that last for a grand total of... what... 250us or so that have high PCIe throughput. This is both completely normal (various passes will hit different bottlenecks in a given GPU/SKU), and completely unrelated to 3-order-of-magnitude longer stutters that occur on the CPU, not the GPU.

    [Edit] I misinterpreted PSman's response.
     
    #3519 Andrew Lauritzen, Apr 10, 2022
    Last edited: Apr 11, 2022
  20. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,088
    If that is ment towards my post, you might have misunderstood it. I quoted Clukos's post because i actually didnt agree with his findings (that PCIE would be the bottleneck somehow), not towards the engine or the people behind it themselfs, as obvious from my other posts in this topic.
     
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...