UEConsole Commands
VariableConsole VariableRenderer

r.Nanite.ShowUnsupportedError

r.Nanite.ShowUnsupportedError is a console variable in Unreal Engine 5 (UE5). See what r.Nanite.ShowUnsupportedError does, its values, and how to use this cvar in the Unreal console below.

Category: Renderer · Namespace: r

Help

Specify behavior of Nanite unsupported screen error message. 0: disabled 1: show error if Nanite is present in the scene but unsupported, and fallback meshes are not used for rendering; (default) 2: show error if Nanite is present in the scene but unsupported, even if fallback meshes are used for rendering

Usage

Unreal console (open with ~)
> r.Nanite.ShowUnsupportedError 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in r