UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TranslucencyPass.h File Reference

Go to the source code of this file.

Enumerations

enum class  ETranslucencyView { None = 0 , UnderWater = 1 << 0 , AboveWater = 1 << 1 , RayTracing = 1 << 2 }
 

Functions

 ENUM_CLASS_FLAGS (ETranslucencyView)
 

Enumeration Type Documentation

◆ ETranslucencyView

enum class ETranslucencyView
strong
Enumerator
None 
UnderWater 
AboveWater 
RayTracing 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ETranslucencyView  )