Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- IGLTFJsonIndexedObject
- FGLTFJsonLight
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonLight.h |
| Include | #include "Json/GLTFJsonLight.h" |
Syntax
struct FGLTFJsonLight : public IGLTFJsonIndexedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonColor3 | Color | ||
| float | Intensity | ||
| FString | Name | ||
| float | Range | ||
| FGLTFJsonSpotLight | Spot | ||
| friend | TGLTFJsonIndexedObjectArray< FGLTFJsonLight, void > | ||
| EGLTFJsonLightType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFJsonLight
(
int32 Index |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |