Using the Proxy Geometry tool with HLOD

How to use the Proxy Geometry Tool with the Hierarchical Level of Detail (HLOD) system.

Choose your operating system:

Windows

macOS

Linux

In the following How-To, we will take a look at using the Proxy Geometry Tool in conjunction with the Hierarchical Level of Detail (HLOD) system. Using these two tools together will help increase your Unreal Engine 4 (UE4) project's rendering performance by reducing both draw calls and number of triangles drawn to the screen per frame.

Steps

  1. Go to your project's World Settings and display the LODSystem menu option.

    Proxy_Geo_HT_WHLOD_01.png

  2. In the LODSystem menu, enable the following two options:

    Proxy_Geo_HT_WHLOD_02.png

    Property Name

    Description

    Enable Hierarchical LOD System

    Enables the HLOD to be used with this level.

    Simplify Mesh

    Enables Proxy Geometry Static Mesh simplification.

  3. Open up the Hierarchical LOD Outliner tools by going to Window > Hierarchical LOD Outliner .

    Proxy_Geo_HT_WHLOD_03.png

  4. Press the Generate Clusters button on the Hierarchical LOD Outliner and when that is completed, press the Generate Proxy Meshes button to begin the HLOD and Proxy Geometry creation process.

    Proxy_Geo_HT_WHLOD_04.png

End Result

When the Hierachical LOD tool has finished processing, you can see how many triangles were removed and also compare the results against the original by moving the slider back and forth.

Proxy_Geo_HT_WHLOD_05.png

The image comparison slider below shows an example of the types of results you can get when using just the default settings with Simplify Mesh enabled.

Before Running HLOD & Proxy Geo

After Running HLOD & Proxy Geo

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss