Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- IGLTFJsonIndexedObject
- FGLTFJsonAnimation
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonAnimation.h |
| Include | #include "Json/GLTFJsonAnimation.h" |
Syntax
struct FGLTFJsonAnimation : public IGLTFJsonIndexedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGLTFJsonAnimationChannel > | Channels | ||
| FString | Name | ||
| TGLTFJsonIndexedObjectArray< FGLTFJsonAnimationSampler > | Samplers | ||
| friend | TGLTFJsonIndexedObjectArray< FGLTFJsonAnimation, void > |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGLTFJsonAnimation
(
int32 Index |
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |