Navigation
API > API/Runtime > API/Runtime/DatasmithCore
Inheritance Hierarchy
- ISceneGraphNode
- IDatasmithElement
- IDatasmithActorElement
- IDatasmithLightActorElement
- IDatasmithPointLightElement
- IDatasmithSpotLightElement
- IDatasmithAreaLightElement
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include | #include "IDatasmithSceneElements.h" |
Syntax
class IDatasmithSpotLightElement : public IDatasmithPointLightElement
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Get the inner cone angle for spot lights in degrees | ||
| float | Get the outer cone angle for spot lights in degrees | ||
| void | SetInnerConeAngle
(
float InnerConeAngle |
Set the inner cone angle for spot lights in degrees | |
| void | SetOuterConeAngle
(
float OuterConeAngle |
Set the outer cone angle for spot lights in degrees |