FAnimKeyHelper

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

Windows
MacOS
Linux

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

Name Description

Public function

FAnimKeyHelper

(
    float InLength,
    int32 InNumKeys
)

Functions

Name Description

Public function Const

float

 

GetLength()

Public function Const

int32

 

GetNumKeys()

Public function Const

float

 

KeysPerSecond()

Returns the FPS for the given length and number of keys.

Public function Const

int32

 

LastKey()

Public function Const

float

 

TimePerKey()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss