UEConsole Commands
VariableConsole VariableRenderer

r.TriangleOrderOptimization

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

Category: Renderer · Namespace: r

Help

Controls the algorithm to use when optimizing the triangle order for the post-transform cache. 0: Use NVTriStrip (slower) 1: Use Forsyth algorithm (fastest)(default)2: No triangle order optimization. (least efficient, debugging purposes only)

Usage

Unreal console (open with ~)
> r.TriangleOrderOptimization 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