Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeAreaLight
Possible Datasmith area light shapes. Copy of EDatasmithLightShape from DatasmithCore DatasmithDefinitions.h.
| Name | EAreaLightShape |
| Type | enum |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorLight.h |
| Include Path | #include "DatasmithFacadeActorLight.h" |
Syntax
enum EAreaLightShape
{
Rectangle,
Disc,
Sphere,
Cylinder,
None,
}
Values
| Name | Remarks |
|---|---|
| Rectangle | |
| Disc | |
| Sphere | |
| Cylinder | |
| None |