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

Enumerations

enum  Type : int { Forward = 0 UMETA(DisplayName = "Forward Shading") , Deferred = 1 UMETA(DisplayName = "Deferred Shading") }
 

Enumeration Type Documentation

◆ Type

Enumerator
Forward 

The default shading path for mobile, supported on all devices.

Deferred 

Use deferred shading. This path supports additional features compared to the Forward option but requires more modern devices. Features include: IES light profiles, light functions, lit deferred decals. Does not support MSAA.