Navigation
API > API/Runtime > API/Runtime/Engine
This must map to the SUBSTRATE_TILE_TYPE defines.
| Name | ESubstrateTileType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Rendering/SubstrateMaterialShared.h |
| Include Path | #include "Rendering/SubstrateMaterialShared.h" |
Syntax
enum ESubstrateTileType
{
ESimple = SUBSTRATE_TILE_TYPE_SIMPLE,
ESingle = SUBSTRATE_TILE_TYPE_SINGLE,
EComplex = SUBSTRATE_TILE_TYPE_COMPLEX,
EComplexSpecial = SUBSTRATE_TILE_TYPE_COMPLEX_SPECIAL,
EOpaqueRoughRefraction = SUBSTRATE_TILE_TYPE_ROUGH_REFRACT,
EOpaqueRoughRefractionSSSWithout = SUBSTRATE_TILE_TYPE_ROUGH_REFRACT_SSS_WITHOUT,
EDecalSimple = SUBSTRATE_TILE_TYPE_DECAL_SIMPLE,
EDecalSingle = SUBSTRATE_TILE_TYPE_DECAL_SINGLE,
EDecalComplex = SUBSTRATE_TILE_TYPE_DECAL_COMPLEX,
ECount,
}
Values
| Name | Remarks |
|---|---|
| ESimple | |
| ESingle | |
| EComplex | |
| EComplexSpecial | |
| EOpaqueRoughRefraction | ECount,. |
| EOpaqueRoughRefractionSSSWithout | |
| EDecalSimple | |
| EDecalSingle | |
| EDecalComplex | |
| ECount |