Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | FGLTFJsonLight |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonLight.h |
| Include Path | #include "Json/GLTFJsonLight.h" |
Syntax
struct FGLTFJsonLight : public IGLTFJsonIndexedObject
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFJsonLight
(
int32 Index |
Json/GLTFJsonLight.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FGLTFJsonColor3 | Json/GLTFJsonLight.h | ||
| Intensity | float | Json/GLTFJsonLight.h | ||
| Name | FString | Json/GLTFJsonLight.h | ||
| Range | float | Json/GLTFJsonLight.h | ||
| Spot | FGLTFJsonSpotLight | Json/GLTFJsonLight.h | ||
| Type | EGLTFJsonLightType | Json/GLTFJsonLight.h |
Functions
Public
Overridden from IGLTFJsonObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void WriteObject
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonLight.h |