Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonSpotLight
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonLight.h |
| Include | #include "Json/GLTFJsonLight.h" |
Syntax
struct FGLTFJsonSpotLight : public IGLTFJsonObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | InnerConeAngle | ||
| float | OuterConeAngle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |