Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonMaterialVariantMapping
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonMaterialVariant.h |
| Include | #include "Json/GLTFJsonMaterialVariant.h" |
Syntax
struct FGLTFJsonMaterialVariantMapping : public IGLTFJsonObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonMaterial * | Material | ||
| TArray< FGLTFJsonMaterialVariant * > | Variants |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |