Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ESubsurfaceImplementationTechniqueHint |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SubsurfaceProfile.h |
| Include Path | #include "Engine/SubsurfaceProfile.h" |
Syntax
enum ESubsurfaceImplementationTechniqueHint
{
SIH_AFIS,
SIH_Separable,
}
Values
| Name | Remarks |
|---|---|
| SIH_AFIS | Best for high quality like skin. |
| SIH_Separable | Best for high performance if large ice/snow covering. |