UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimKeyHelper Struct Reference

#include <AnimTypes.h>

Public Member Functions

 FAnimKeyHelper (float InLength, int32 InNumKeys)
 
float TimePerKey () const
 
float KeysPerSecond () const
 
int32 LastKey () const
 
float GetLength () const
 
int32 GetNumKeys () const
 

Detailed Description

Animation Key extraction helper as we have a lot of code that messes up the key length

Constructor & Destructor Documentation

◆ FAnimKeyHelper()

FAnimKeyHelper::FAnimKeyHelper ( float  InLength,
int32  InNumKeys 
)
inline

Member Function Documentation

◆ GetLength()

float FAnimKeyHelper::GetLength ( ) const
inline

◆ GetNumKeys()

int32 FAnimKeyHelper::GetNumKeys ( ) const
inline

◆ KeysPerSecond()

float FAnimKeyHelper::KeysPerSecond ( ) const
inline

◆ LastKey()

int32 FAnimKeyHelper::LastKey ( ) const
inline

◆ TimePerKey()

float FAnimKeyHelper::TimePerKey ( ) const
inline

The documentation for this struct was generated from the following file: