Navigation
API > API/Runtime > API/Runtime/Engine
The types of interactions between a light and a primitive.
| Name | ELightMapInteractionType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneTypes.h |
| Include Path | #include "SceneTypes.h" |
Syntax
enum ELightMapInteractionType
{
LMIT_None = 0,
LMIT_GlobalVolume = 1,
LMIT_Texture = 2,
LMIT_NumBits = 3,
}
Values
| Name | Remarks |
|---|---|
| LMIT_None | |
| LMIT_GlobalVolume | |
| LMIT_Texture | |
| LMIT_NumBits |