Skip to main content

r.TranslucentSortPolicy

Var

Unreal Engine Var console variable.

rTranslucentSortPolicy

Description

0: Sort based on distance from camera centerpoint to bounding sphere centerpoint. (default, best for 3D games 1: Sort based on projected distance to camera. 2: Sort based on the projection onto a fixed axis. (best for 2D games)

Usage

r.TranslucentSortPolicy [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.