Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Different supported light shapes
| Name | EDatasmithLightShape |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithLightShape
{
Rectangle,
Disc,
Sphere,
Cylinder,
None,
}
Values
| Name | Remarks |
|---|---|
| Rectangle | |
| Disc | |
| Sphere | |
| Cylinder | |
| None |