Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- IGLTFJsonIndexedObject
- FGLTFJsonNode
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonNode.h |
| Include | #include "Json/GLTFJsonNode.h" |
Syntax
struct FGLTFJsonNode : public IGLTFJsonIndexedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonCamera * | Camera | ||
| TArray< FGLTFJsonNode * > | Children | ||
| FGLTFJsonLight * | Light | ||
| FGLTFJsonMesh * | Mesh | ||
| FString | Name | ||
| FGLTFJsonQuaternion | Rotation | ||
| FGLTFJsonVector3 | Scale | ||
| FGLTFJsonSkin * | Skin | ||
| friend | TGLTFJsonIndexedObjectArray< FGLTFJsonNode, void > | ||
| FGLTFJsonVector3 | Translation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFJsonNode
(
int32 Index |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |