Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| |
|
| Name |
FGLTFJsonLightIESInstance |
| Type |
struct |
| Header File |
/Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonLight.h |
| Include Path |
#include "Json/GLTFJsonLight.h" |
Syntax
struct FGLTFJsonLightIESInstance : public IGLTFJsonIndexedObject
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FGLTFJsonLightIESInstance
(
int32 Index
)
|
|
Json/GLTFJsonLight.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LightIES |
FGLTFJsonLightIES * |
|
Json/GLTFJsonLight.h |
|
| Multiplier |
float |
FGLTFJsonColor3 Color; //Note: While IES extension can store the Color, the Export will save out the Color within the KHR_Lights_Punctual extension. |
Json/GLTFJsonLight.h |
|
Functions
Public
Protected