Unreal Engine has been used for years in the production of real-time and offline architectural renderings, but new features like Nanite and Lumen, released in Unreal Engine 5, have tremendously increased the scale and quality of what is possible. Hillside is an architectural visualization sample scene developed in collaboration with Neoscape to showcase the original design of Safdie Architects' Habitat '67 community in Montréal, Canada. This document gives a brief tour of the project and covers the most important settings and considerations that went into building and rendering such a large ArchViz project.
Like most Architectural visualization projects, Project Hillside is very graphically intensive. To achieve stable frame rates and render the final movie, it is recommended to have a RTX A6000 or at least a RTX 3080 graphics card.
Setup
To create a project with the Hillside sample, follow these steps:
-
Access the Hillside sample from Fab and click Add to My Library for the project file to show in the Epic Games Launcher.
- Alternatively, you can search for the sample project from the Fab plugin for UE.
-
From the Epic Games Launcher, go to Unreal Engine > Library > Fab Library to access the project.
Sample projects only appear in Fab Library when you install the compatible engine version.
-
Click Create Project and follow the on-screen instructions to download the sample and start a new project.
To learn more about accessing sample content and the Fab plugin for Unreal Engine, see Samples and Tutorials.
Architecture Template
Project Hillside was created using the Archvis template in UE5. This template serves as a good starting point for architecture projects because it comes with Datasmith, Movie Render Queue, and other commonly used plugins already enabled, as well as hardware-accelerated raytracing.
Project Organization
The full Hillside project consists of four different Main Levels and their corresponding Level Sequences. These Levels and sequences were used to create an animation, as well as still imagery, as it would typically be done in the Architectural Visualization world. The goal was to make it as simple as possible with as few custom elements and settings needed.
The four Main Levels are located in the Content > Hillside > Maps folder:
-
[1]LV_Teaser is an abstract concept animation that demonstrates the use of UE for Motion Graphics using the same elements and tools for traditional visualization animations.
-
[2]LV_Exterior contains the original proposal master plan designed for Expo 67, Project Hillside.
-
[3]LV_Interior contains Moshe Safdie's interior unit in Habitat 67 as well as a simple photogrammetry mesh of the built Habitat.
-
[4]LV_Credits contains logo animations and credits.
The four Main sequences are located in Content > Hillside > Movies:
-
[1]LS_Teaser is a one-camera animation with choreographed moving meshes, lights, wind, particle systems, and post process effects
-
[2]LS_Exterior is a collection of exterior shots, from close-up details to wide vistas of the building in the context of Montreal City. Using Sequencer, we control lighting, mood, set dressing, and lights visibility. This sequence demonstrates the use of Nanite and VSMs for highly detailed, large-scale architecture exteriors.
-
[3]LS_Interior is a collection of interior shots demonstrating Lumen's capability to handle complex-geometry interiors and lighting conditions.
-
[4]LS_Credits consists of a simple Motion Graphics animation imported into UE using Datasmith.
Scene Organization
Each shot has its own sequence. This allowed us to control camera animation and settings like aperture depth of field, material functions, specific object visibility, as well as lighting settings per shot when needed. Most post process settings are controlled by one Level-wide post-process volume. However, some shots require a few custom adjustments that are controlled in the camera post-process effects and then override the main post-process volume. For example, the shot below needed the Lumen Scene Distance to be pushed back a little more than the default to make sure the global illumination was visible all the way back into the scene. This way, we only adjusted settings that may have impacted performance or art direction on a per-shot basis.
Example sequence inside Sequencer. Click the image for full size.
All shot sequences were then compiled into a Camera Cut master sequence where we grouped shots by season: summer, spring, and fall. This allowed us to have a simple, clean structure for editing and for managing VFX like rain, people, and vehicle visibility per shot or groups of shots.
Rendering the Sequences with Movie Render Queue
The final Hillside video and still images were rendered out of Sequencer using Movie Render Queue (MRQ), which offered us a single place to manage and produce all of our linear content creation.
To load sequences in Movie Render Queue, follow these steps:
-
Enable the Movie Render Queue plugin. If you need additional help to complete this task, see Working with Plugins.
-
Once the plugin is enabled, open it from the main menu by navigating to Window > Cinematics > Movie Render Queue.
-
Load any sequence by clicking the +Render button and selecting the sequence to load.
Once your sequences are loaded into MRQ, you can assign predefined render settings to each sequence. You can also load a previously saved Render Queue. This way, you can modify your default render settings per shot or sequence and retain the custom settings without having to save multiple render settings each time you want to render.
In our example, we saved our default settings to MRQ_Hillside_BaseConfigPreset, located in Content > Cinematics. Just like using one primary post-process volume as a starting point for all look development inside the scene, this base configuration works for 95% of all shots in Hillside. Then, we saved a Render Queue named according to what we wanted to render. For example, if we only wanted to render Stills in Raster mode, we would save that MRQ configuration with a few customization like additional CVars or specific image sizes.
LV_Teaser needs to use more memory resources for virtual shadows because of the complexity of the scene, so we added the CVar r.Shadow.Virtual.MaxPhysicalPages 12000
. By default, UE uses a value of 4000 for this setting; higher values are contingent on the GPU you have and its available memory.
The project contains saved presets for the Animation, Stills Raster and Stills Path Traced, but these are just starting points for you to see what we did in one location. Using presets lets you easily iterate on settings for different scenes and quality levels (such as Test, Draft, and Final renders).

List of CVars we used for the base configuration preset in MRQ.
To learn more about Movie Render Queue and how to use it, refer to the Movie Render Queue section of the Unreal Engine documentation.
To render a sequence, once everything is loaded, use one of the following options in the Movie Render Queue window:
- Click Render (Local), if you want to render while the engine is running
- Click Render (Remote) if you want to open a headless instance of the engine to run the rendering job. This option can be useful when using a GPU that may not have enough VRAM to handle the engine being open at the same time.
Rendering the Stills with MRQ
All still camera level sequences were created with the Still Image, which is located in Engine > Plugins > MovieRender Queue Content > Editor > Stills. Once you have your cameras placed, you can run this widget and it will automatically generate the appropriate sequences for you to batch-render images. For each sequence, you can also customize visibility of Actors for set dressing, change lighting, edit environment characteristics like fog and post-process settings, and so on.
Just like with animation sequences, all you have to do is load these into the MRQ, make sure you are using the correct render presets located in Content > Cinematics for either Raster or Path Tracer, and click Render. You can find all the still sequences we rendered in Content > Hillside > Renders.
For very high-resolution images, you can use the High Resolution feature in MRQ, which divides the image in smaller chunks to save memory. Our MRQ_Hillside_Ext_StillRaster preset uses 2 tiles to safely accommodate a 6000x6000 render without running out of VRAM on our target GPU.
Lumen vs. PathTracer
One of the great advantages of Lumen is speed and accuracy. We included a few path-traced images in the project where all materials, lighting and camera settings are the same, but we switched rendering from Raster to PathTraced in MRQ to see the difference. You must decide how you render your images, as this is heavily dependent on hardware and scene complexity. We chose raster rendering for the entirety of this project because it allows for much faster rendering and still reaches a very high fidelity.
Below, you can see an outdoor shot rendered with Path Tracer and Lumen:


Here's a comparison between indoor shots rendered with Path Tracer and Lumen as well:


Lighting and Level Management
Sublevels
The Hillside video includes several different lighting and weather scenarios through various seasons and times of day. To better control these conditions and toggle between them, we created a simple default lighting Level that contains a Sun and Sky, Volumetric Clouds, and Exponential Height Fog. From this default Level, we created copies with different times of day, color, intensities, cloud, and fog variations that could be loaded and controlled in the main Level.
All the lighting sublevels are present in the LV_Exterior persistent Level, but only one is made visible at any time via the Levels panel or in Sequencer. Theoretically, you could manage all the lighting and lookdev on the individual Actors directly inside Sequencer, but using sublevels lets you reuse conditions multiple times instead of recreating them per-shot.
Lighting Levels visibility. Note that only one is visible, and the other ones are hidden. Click the image for full size.
Lumen only supports 256 lights at once (unlike the Path Tracer), and we had a large number of artificial light sources like street lamps visible in the night shots. To overcome that limitation, we divided all artificial lighting into localized groups that could be loaded from Sequencer per-shot, in the same way we loaded and unloaded different environment lighting conditions.
Night lights visibility. Click the image for full size.
Level Instances
We made heavy use of Level Instances to separate the project into its different components. This allowed for multiple artists to work on their respective models or tasks without blocking source control access to the Main Level, where the look development was being worked on.
Below is an example of the structure of all of these Level instances and how we grouped them.
Another advantage of this workflow is that you can quickly modify or adjust your Level instances by clicking the Edit button, or directly go to the Level and open it to adjust without dealing with the visual noise of the Main Level.
Each Level contains ISMs and / or HISMs, as outlined below, that minimize the draw calls and increase performance.



Use the slider to navigate between images.
Working with CAD Data
Creating and Importing the Model
Safdie Architects designed the Hillside model in Rhino and made efforts to keep grouping, naming, and metadata clean and organized. This allowed for maximum utility and flexibility later down the line, when it came to cleaning up the scene and automating any optimizations or data prep for the final render.
The model was exported from Rhino and imported into Unreal Engine using Datasmith, which kept the whole scene hierarchy intact and brought over all the basic materials and metadata.
The default scene worked fine, but its modular design was composed of tens of thousands of small pieces, like the thousands of windows, each one consisting of several meshes.
To optimize performance, we aimed to reduce the number of draw calls. We built a custom set of scripts that collapsed and condensed the building model into larger chunks that ultimately kept our Content Browser cleaner, the Outliner leaner, and the draw calls reasonably low. The modular pieces we ended up with were further optimized by being converted with another script into Instanced Static Meshes and Hierarchical Instanced Static Meshes to streamline the rendering process as much as possible. Nanite improved things significantly when it comes to draw calls and the cost of rendering meshes. Another benefit of organizing the models this way is optimizing performance for platforms and devices that can only render the fallback meshes.
To push visual fidelity higher, we also did some extra modeling work after optimization was complete. The modular pieces were exported out of the editor and had extra chamfers and details added in 3ds Max that wouldn't be as essential in the original CAD drawings. Modified elements were then reimported in-place.
The optimization process outlined above reduced this component of the building from 579 Static Meshes to 18. Click the image for full size.
Editor Scripts
Merging and Managing Hierarchy

Hillside Utilities widget
The Hillside _Utilities_v5 Editor Utility Widget, located in Content > Hillside > Blueprints, is a custom toolkit developed to speed up the optimization of imported geometry. This tool was designed to work with the Rhino model's "block" paradigm, which uses many nested meshes for every modular piece of the structure. Using this tool improved Outliner organization, as well as performance, by easily collapsing groups and re-instancing the new meshes throughout the scene.
HISMs

Mesh to HISM tool
The Mesh to HISM tool is a multi-purpose custom Editor Utility Widget created to manage large amounts of Static Mesh Instances in Hillside. A selection of Static Meshes can be automatically compacted into instance components (ISM or HISM) to reduce Editor overhead and increase rendering performance.
We used the SubObject Data Subsystem to handle dynamically creating and modifying Actor components in-editor. On top of the Instancing tool, we added a couple of handy buttons to fix negative scaling on all selected Actors, and to randomly set rotation and scale as necessary to add a natural look and variation to foliage and set dressing. Additionally, we added functionality to split Static Mesh assets for Nanite by separating triangles with Opaque or Masked materials from triangles with Translucent materials, which are not supported by Nanite.


Rendering Optimization
Nanite Optimizations
Every eligible Static Mesh in the project had Nanite enabled except Water Bodies, the Landscape, and surfaces with translucent materials. Even if individual Assets didn't have a high poly count or number of materials, Nanite's clustered rendering approach and its tight support for Virtual Shadow Maps and Lumen improved performance across the board.

View Mode for Inspection - Nanite Visualization | Mask; Green = Nanite, Red = Non-Nanite
Nanite + World Position Offset (WPO)
The foliage Assets throughout Hillside use WPO in their materials in order to blow in the wind and give life to the scene. To optimize performance for both Nanite and VSMs, careful attention was given to the way WPO was used in the scene.
The console variable r.OptimizedWPO=1
was enabled and stored inside the DefaultEngine.ini
config file. This allowed us to shut off WPO evaluation for Nanite meshes that didn't have the Evaluate World Position Offset option enabled in their Details panel. The foliage had this turned off to save performance in the editor.
For the final movie render, the OptimizedWPO
variable was disabled in Movie Render Queue to let the windy WPO effect show up in the foliage. Additionally, the foliage Assets were given reasonable culling distances for their WPO evaluation using World Position Offset Disable Distance
so that only those closest to the camera would use this effect.

View Mode for Inspection - Nanite Visualization | Evaluate WPO ; Red = WPO Off | Green = WPO On
Actor Mobility and VSM
All Static Mesh Actors had their mobility carefully set based on their function in the project to avoid VSM Invalidation. Virtually everything was set to Static.
Scalability Settings
Like any project, achieving maximum quality and solid performance was a balancing act in Hillside. The targeted output was primarily a linear video, but developers still needed to comfortably navigate the scene. Carefully controlling the render settings also opened up new possibilities for alternative outputs.
Below are some of the tweaks we made to the DefaultScalability.ini file for the project that helped us achieve up to 30 FPS on our target machines.
Foliage Cull Distance (foliage.CullDistanceScale)
acts as a multiplier upon the Min/Max Culling Distances set on Foliage Type assets. We had quite a lot of grass and foliage in the project that was only worth fully rendering during the final cinematic, so we adjusted this variable as needed:
-
Low -
foliage.CullDistanceScale=0.05
-
Medium -
foliage.CullDistanceScale=0.2
-
High -
foliage.CullDistanceScale=0.3
-
Epic -
foliage.CullDistanceScale=0.5
-
Cinematic -
foliage.CullDistanceScale=1.0
These foliage instances also incurred a high cost on Shadow Depths, so we decreased the Virtual Shadow Map Resolution on the Epic scalability level:
-
Original:
r.Shadow.Virtual.ResolutionLodBiasDirectional=-1.5
-
Hillside:
r.Shadow.Virtual.ResolutionLodBiasDirectional=-0.5
The cost of rendering each frame depended heavily on the screen resolution, especially when it came to Lumen GI and Lumen Reflections. To optimize performance, we decided to reduce the default screen percentage values and rely on Temporal Super Resolution to make up for any loss in image quality.
-
Original -
PerfIndexValues_ResolutionQuality="50 71 87 100 100"
-
Low - 50%
-
Medium - 71%
-
High - 87%
-
Epic - 100%
-
Cinematic - 100%
-
-
Hillside -
PerfIndexValues_ResolutionQuality="50 60 68 75 100"
-
Low - 50%
-
Medium - 60%
-
High - 68%
-
Epic - 75%
-
Cinematic - 100%
-
We also added Material Quality Switches in all the main materials, disabling expensive features based on the chosen scalability level.

Advanced Material Techniques
Volumetric Clouds
To create beautiful and believable skies for the huge variety of different seasons, times-of-day, and camera angles, we made major improvements to the standard material used in the Volumetric Clouds. No HDRIs were used for the sky.

The custom Volumetric Cloud material provides easily art-directable settings for 4 different layers of clouds through a packed texture map (R = Stratocumulus, G = Altostratus, B = Cirrostratus, and A = Nimbostratus). There are simple parameters for WindVector, Stormy, and many other options for rotating the whole sky, masking out areas, and fine-tuning coverage. You can even enable lightning in the clouds for stormy weather. It also leverages the Hillside_MaterialParameters 0Material Parameter Collection, which allows the sky and other materials to be globally modified together across different shots.
This material can be migrated to your own project and customized. You can find it under Content > Hillside > Effects > Clouds > Materials > M_VolumetricCloud_Hillside.

Easily set the overall scale of the layout texture in world units.

Coverage and density affecting the volume shader.
Wooden deck flooring with Parallax Occlusion Mapping
The material used for the outdoor decks creates natural variations in all the wooden planks with a pseudorandom mask generation technique and a random value per instanced static mesh. Using both alleviates the tiling repetition when used to drive tinting, hue shift, saturation, and other effects per plank and per instance.

It also uses Parallax Occlusion Mapping (POM) to give extra depth and occlusion between planks. Layers of dirt, grime, puddles, and leaves help finalize the desired look.

Concrete
Habitat 67 is made of a lot of concrete, so we made special efforts to create a versatile concrete shader. We used triplanarUVs and a custom texture bombing material function to project from all angles and control tilling. Per Instance Random was used to inject variation in color and roughness, and the project contains a multitude of features that can be enabled to get the desired look, depending on the circumstances. Walls can have drips and dirt, wetness and algae can appear near shorelines, pebbles can be added on top of balconies, there are cracks, micro details, fallen leaves, etc.
Shoreline feature which add algae, drips and cracks around water line. Click the image for full size.
Grass
To support large fields of grass, we used a texture bombing technique to avoid tiling. Micro and macro variation, along with debris and fallen leaves, adds richness and further breaks down tilling. Careful variation in specular and roughness also adds realism, and the roughness maps leverage texture compositing to modulate their intensity over distance. We also used a fuzz technique to attenuate contrast at grazing angles.
To blend grass with tree mulches, we used a height blend technique which carefully blends between blades of grass and dirt. We created a mask using distance fields which drives the final blend and adds variation for each mulch. Adding leaves on top completes the illusion.
Weather Manager System
The weather and seasonal effects in Hillside are spread across many different materials and systems, so we created a custom Editor Utility to manage it all from one place. To open this utility, double-click the WeatherControl_Editor Blueprint in Content > Hillside > WeatherManager.
To use this Blueprint, you need to add it to the LV_Exterior Level. Parameters can be edited directly from its Details panel in the editor, or you can preview settings in play-in-Editor (PIE) with a custom widget that it creates.
The WeatherControl_Editor Blueprint uses the following parameters:
-
Autumn scale: Update the colors and add falling leaves particle systems on the nearest leafy trees (PIE-only for the falling leaves particle system).
-
Cloud Parameters: Update the visual aspects of the cloud with multiple controls.
-
Wet Surface Scale: Update the wetness on some surfaces (Asphalt, Concrete).
-
Sun Sky (time of day): Update time of day, month, day, solar time.
-
Interior Mapping: Toggle Windows Interior Mapping.
-
Enable Wind: Toggle wind in foliage materials (can affect real-time performance).
Rain on Windows
For the rain, we used a technique that procedurally generates rain trickles and water drops in a render target for use inside the glass material. This allowed us to tweak the rain as we saw fit, with more or fewer rain trickles and merging droplets of water. We added refraction on water drops, which creates an upside-down effect to achieve a more believable look.

Water Pond and Pools
Using the Single Layer Water shading model hides the complexity of calculating absorption, scattering and anisotropy, so we could easily create photorealistic water. Along with absorption and scattering, our material supports wind gusts, refraction, floating leaves, and caustics.
Since UE5.1, the Single Layer Water shading model supports path tracing.
River
We used the Water plugin to create the St. Lawrence River. Starting from a river material as a base, we made a custom shader with a small set of Gerstner waves and several artist-friendly parameters. One big spline-based Water Body defined the main river area and general flow, and additional spline-based Water Bodies were placed around the island to define different flow directions, flow speed, and material variations where required.
Affecting flow with splines
We used a small Runtime Virtual Texture to capture the depth of the water bodies so we could quickly iterate on the map to drive wave amplitudes, using primitives to fake depth without affecting the actual depth of the landscape. This creates the illusion of calmer water around piers and more windy or upset water in the center of the river. Foam around the shoreline was also added using Distance Field techniques.
To render water with WPO in path tracing, you need to enable Water on Ray Tracing by setting r.RayTracing.Geometry.Water 1
.
Rocks and Shoreline
To give the illusion of wetness on the shoreline, we created a wet rock material with a world space blend which supports three states: dry, wet, and algae. We could then specify a shoreline height and blend falloff to get the desired look.
Fake Interiors
We took the cubemap interior material from the City Sample buildings and simplified it just enough for Hillside's needs. In order to have the necessary interior rooms and furniture style fit for Hillside, we used a custom system made with Blueprints to capture cubemaps of individual 3D rooms, then added the color and depth of the furnishings as an extra layer. We used assets and materials migrated from Twinmotion.

The resulting maps were added to a texture array file, and rooms and furnishings were mixed randomly in the window material by the use of the Per Instance Random node. This allowed us to add more variants to the array and a huge variety of randomness across all parameters, like lighting accents, blinds, curtains, light intensity, temperature and more.
Even the 90-degree corner windows were fake interiors. This was achieved by taking black and white masks captured using the cubemap capture tool, and setting them up in a separate material instance affecting only the room cubemaps, but not the prop maps.
Bringing Life to the Scene
High Quality Translucent Reflections
There is plenty of glass and water in Hillside, so getting good looking reflections on those surfaces was imperative. In the PostProcessVolume, we enabled High Quality Translucent Reflections in the Lumen settings.


Trees and Props
We used existing content from across the Epic ecosystem to populate the world as much as possible. Tree assets were mostly migrated from Twinmotion and imported from Quixel, various props for interior and exterior scenes were brought over from Twinmotion, and some VFX and all the vehicles were migrated from the City Sample. These assets are organized under the Content > ExternalAssets folder.
Some of the Twinmotion trees were exported from Unreal Engine to 3ds Max to be processed with Pivot Painter, which enabled higher fidelity wind simulations across the hierarchy of tree branches.


Niagara VFX
Tech artists added an additional level of realism and cinematic appeal to Hillside by creating various special effects in Niagara. All the Niagara Systems and accompanying Assets are grouped under Content > Hillside > Effects. We've showcased some examples below.

Falling Cherry Blossoms made from mesh particles in Niagara.

Coffee Steam real-time fluid sim that uses our Niagara Fluids plugin.

Bubbler water feature that was simulated in Houdini and imported as a Geometry Cache from an Alembic file.
Vehicles
The animated background vehicles throughout the sequence were migrated from the City Sample project and reduced to simpler Blueprints and fewer meshes. To populate the roads and have the vehicles drive automatically, a custom Blueprint called BP_SimpleTrafficGenerator was created that spawns vehicle Actors along a given spline at a given density. The vehicles drive along the spline during Play or Simulate with a custom Actor component called FollowSplineComponent.

Because the vehicles only drive themselves during Play, it wasn't easy to preview or fine-tune their animations inside Sequencer. To bake out an animation sequence that could be scrubbed and manipulated easily shot-by-shot, we used Take Recorder to capture about 20 seconds of driving gameplay for the ~100 vehicles and embed it as a Subsequence.

Far Distance Effects
For additional atmosphere and lighting controls, we used a simple card to fake distant fog and the glow of city lights.

The window lighting on distant buildings at night time is a material migrated from the City Sample.
In order to make sure that reflections of distant objects remained accurate and distant parts of the buildings received high quality shadows, we added r.RayTracing.Culling.Radius 80000
to the DefaultEngine.ini
file, which increases the reflection distance from the default of 30,000 cm.