Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EShadowMapInteractionType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneTypes.h |
| Include Path | #include "SceneTypes.h" |
Syntax
enum EShadowMapInteractionType
{
SMIT_None = 0,
SMIT_GlobalVolume = 1,
SMIT_Texture = 2,
SMIT_NumBits = 3,
}
Values
| Name | Remarks |
|---|---|
| SMIT_None | |
| SMIT_GlobalVolume | |
| SMIT_Texture | |
| SMIT_NumBits |