Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | EGLTFJsonLightType |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonEnums.h |
| Include Path | #include "Json/GLTFJsonEnums.h" |
Syntax
enum EGLTFJsonLightType
{
None = -1,
Directional,
Point,
Spot,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Directional | |
| Point | |
| Spot |