Navigation
API > API/Plugins > API/Plugins/GLTFCore > API/Plugins/GLTFCore/FAnimation
| |
|
| Name |
FSampler |
| Type |
struct |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Parsers/GLTFCore/Public/GLTFAnimation.h |
| Include Path |
#include "GLTFAnimation.h" |
Syntax
struct FSampler
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Input |
const FAccessor & |
The accessor containing keyframe input values, e.g., time. Always float and seconds. |
GLTFAnimation.h |
|
| Interpolation |
EInterpolation |
|
GLTFAnimation.h |
|
| Output |
const FAccessor & |
The accessor containing keyframe output values. |
GLTFAnimation.h |
|
Functions
Public