Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- IGLTFJsonIndexedObject
- FGLTFJsonTexture
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonTexture.h |
| Include | #include "Json/GLTFJsonTexture.h" |
Syntax
struct FGLTFJsonTexture : public IGLTFJsonIndexedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Name | ||
| FGLTFJsonSampler * | Sampler | ||
| FGLTFJsonImage * | Source | ||
| friend | TGLTFJsonIndexedObjectArray< FGLTFJsonTexture, void > |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFJsonTexture
(
int32 Index |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |