Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonIridescenceExtension
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonMaterial.h |
| Include | #include "Json/GLTFJsonMaterial.h" |
Syntax
struct FGLTFJsonIridescenceExtension : public IGLTFJsonObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | IridescenceFactor | ||
| float | IridescenceIOR | ||
| FGLTFJsonTextureInfo | IridescenceTexture | ||
| float | IridescenceThicknessMaximum | ||
| float | IridescenceThicknessMinimum | ||
| FGLTFJsonTextureInfo | IridescenceThicknessTexture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasValue () |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |