Navigation
API > API/Developer > API/Developer/DatasmithFacade
| Name | FDatasmithFacadeSpotLight |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActorLight.h |
| Include Path | #include "DatasmithFacadeActorLight.h" |
Syntax
class FDatasmithFacadeSpotLight : public FDatasmithFacadePointLight
Inheritance Hierarchy
- FDatasmithFacadeElement → FDatasmithFacadeActor → FDatasmithFacadeActorLight → FDatasmithFacadePointLight → FDatasmithFacadeSpotLight
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithFacadeSpotLight
(
const TCHAR* InElementName |
DatasmithFacadeActorLight.h | ||
FDatasmithFacadeSpotLight
(
const TSharedRef< IDatasmithSpotLightElement >& InInternalActor |
DatasmithFacadeActorLight.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDatasmithFacadeSpotLight() |
DatasmithFacadeActorLight.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetInnerConeAngle() |
Get the inner cone angle for spot lights in degrees | DatasmithFacadeActorLight.h | |
float GetOuterConeAngle() |
Get the outer cone angle for spot lights in degrees | DatasmithFacadeActorLight.h | |
void SetInnerConeAngle
(
float InnerConeAngle |
Set the inner cone angle for spot lights in degrees | DatasmithFacadeActorLight.h | |
void SetOuterConeAngle
(
float OuterConeAngle |
Set the outer cone angle for spot lights in degrees | DatasmithFacadeActorLight.h |