Navigation
API > API/Plugins > API/Plugins/GLTFExporter
| Name | FGLTFJsonAnimation |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/GLTFExporter/Source/GLTFExporter/Public/Json/GLTFJsonAnimation.h |
| Include Path | #include "Json/GLTFJsonAnimation.h" |
Syntax
struct FGLTFJsonAnimation : public IGLTFJsonIndexedObject
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGLTFJsonAnimation
(
int32 Index |
Json/GLTFJsonAnimation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channels | TArray< FGLTFJsonAnimationChannel > | Json/GLTFJsonAnimation.h | ||
| Name | FString | Json/GLTFJsonAnimation.h | ||
| Samplers | TGLTFJsonIndexedObjectArray< FGLTFJsonAnimationSampler > | Json/GLTFJsonAnimation.h |
Functions
Public
Overridden from IGLTFJsonObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void WriteObject
(
IGLTFJsonWriter& Writer |
Json/GLTFJsonAnimation.h |