UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TranslucencyPass.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
8{
9 None = 0,
10 UnderWater = 1 << 0,
11 AboveWater = 1 << 1,
12 RayTracing = 1 << 2
13};
#define ENUM_CLASS_FLAGS(Enum)
Definition EnumClassFlags.h:6
ETranslucencyView
Definition TranslucencyPass.h:8
Definition SceneManagement.h:73