IDatasmithSpotLightElement

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss