UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ETranslucentSortPolicy Namespace Reference

Enumerations

enum  Type : int { SortByDistance = 0 , SortByProjectedZ = 1 , SortAlongAxis = 2 }
 

Detailed Description

Enumerates available options for the translucency sort policy.

Enumeration Type Documentation

◆ Type

Enumerator
SortByDistance 

Sort based on distance from camera centerpoint to bounding sphere centerpoint. (Default, best for 3D games.)

SortByProjectedZ 

Sort based on the post-projection Z distance to the camera.

SortAlongAxis 

Sort based on the projection onto a fixed axis. (Best for 2D games.)