IDatasmithSpotLightElement

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

class IDatasmithSpotLightElement : public IDatasmithPointLightElement

Functions

Name Description

Public function Const

float

 

GetInnerConeAngle()

Get the inner cone angle for spot lights in degrees

Public function Const

float

 

GetOuterConeAngle()

Get the outer cone angle for spot lights in degrees

Public function

void

 

SetInnerConeAngle

(
    float InnerConeAngle
)

Set the inner cone angle for spot lights in degrees

Public function

void

 

SetOuterConeAngle

(
    float OuterConeAngle
)

Set the outer cone angle for spot lights in degrees