Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include | #include "Animation/AnimTypes.h" |
Syntax
struct FAnimKeyHelper
Remarks
Animation Key extraction helper as we have a lot of code that messes up the key length
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimKeyHelper
(
float InLength, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetLength () |
||
| int32 | GetNumKeys () |
||
| float | Returns the FPS for the given length and number of keys. | ||
| int32 | LastKey () |
||
| float | TimePerKey () |