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