Navigation
API > API/Runtime > API/Runtime/Engine
Specifies which separate translucency pass to render in.
| Name | EMaterialTranslucencyPass |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/Material.h |
| Include Path | #include "Materials/Material.h" |
Syntax
enum EMaterialTranslucencyPass
{
MTP_BeforeDOF,
MTP_AfterDOF,
MTP_AfterMotionBlur,
MTP_MAX,
}
Values
| Name | Remarks |
|---|---|
| MTP_BeforeDOF | Render before depth of field. |
| MTP_AfterDOF | Render after depth of field. |
| MTP_AfterMotionBlur | Render after motion blur. |
| MTP_MAX |