Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Public/Rendering/SubstrateMaterialShared.h |
| Include |
#include "Rendering/SubstrateMaterialShared.h" |
Syntax
enum ESubstrateBsdfFeature
{
ESubstrateBsdfFeature_None = 0u,
ESubstrateBsdfFeature_SSS = 1u<<0u,
ESubstrateBsdfFeature_MFPPluggedIn = 1u<<1u,
ESubstrateBsdfFeature_EdgeColor = 1u<<2u,
ESubstrateBsdfFeature_Fuzz = 1u<<3u,
ESubstrateBsdfFeature_SecondRoughnessOrSimpleClearCoat = 1u<<4u,
ESubstrateBsdfFeature_Anisotropy = 1u<<5u,
ESubstrateBsdfFeature_Glint = 1u<<6u,
ESubstrateBsdfFeature_SpecularProfile = 1u<<7u,
ESubstrateBsdfFeature_Eye = 1u<<8u,
ESubstrateBsdfFeature_Hair = 1u<<9u,
}
Values
| Name |
Description |
| ESubstrateBsdfFeature_None |
|
| ESubstrateBsdfFeature_SSS |
|
| ESubstrateBsdfFeature_MFPPluggedIn |
|
| ESubstrateBsdfFeature_EdgeColor |
|
| ESubstrateBsdfFeature_Fuzz |
|
| ESubstrateBsdfFeature_SecondRoughnessOrSimpleClearCoat |
|
| ESubstrateBsdfFeature_Anisotropy |
|
| ESubstrateBsdfFeature_Glint |
|
| ESubstrateBsdfFeature_SpecularProfile |
|
| ESubstrateBsdfFeature_Eye |
|
| ESubstrateBsdfFeature_Hair |
|