Navigation
API > API/Plugins > API/Plugins/GLTFExporter > API/Plugins/GLTFExporter/Json
Inheritance Hierarchy
- IGLTFJsonValue
- IGLTFJsonObject
- FGLTFJsonAnimationChannel
References
| Module | GLTFExporter |
| Header | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonAnimation.h |
| Include | #include "Json/GLTFJsonAnimation.h" |
Syntax
struct FGLTFJsonAnimationChannel : public IGLTFJsonObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGLTFJsonAnimationSampler * | Sampler | ||
| FGLTFJsonAnimationChannelTarget | Target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IGLTFJsonObject
| Type | Name | Description | |
|---|---|---|---|
| void | WriteObject
(
IGLTFJsonWriter& Writer |