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