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
5
#include "
Misc/EnumClassFlags.h
"
6
7
enum class
ETranslucencyView
8
{
9
None
= 0,
10
UnderWater
= 1 << 0,
11
AboveWater
= 1 << 1,
12
RayTracing
= 1 << 2
13
};
14
ENUM_CLASS_FLAGS
(
ETranslucencyView
);
EnumClassFlags.h
ENUM_CLASS_FLAGS
#define ENUM_CLASS_FLAGS(Enum)
Definition
EnumClassFlags.h:6
ETranslucencyView
ETranslucencyView
Definition
TranslucencyPass.h:8
ETranslucencyView::None
@ None
ETranslucencyView::AboveWater
@ AboveWater
ETranslucencyView::UnderWater
@ UnderWater
RayTracing
Definition
SceneManagement.h:73
Engine
Source
Runtime
Renderer
Private
TranslucencyPass.h
Generated by
1.9.8