Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include | #include "Animation/AnimSequenceHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceHelpers.cpp |
namespace UE
{
namespace Anim
{
namespace AnimationData
{
void UE&58;&58;Anim&58;&58;AnimationData&58;&58;RemoveKeys
&40;
UAnimSequence &42; InSequence,
int32 StartKeyIndex,
int32 NumKeysToRemove
&41;
}
}
}
Remarks
Remove a number of keys for all tracks for the provided Animation Sequence
Parameters
| Name | Description |
|---|---|
| InSequence | Animation Sequence to remove the animated frames from |
| StartKeyIndex | Key index at which the key removal should start |
| NumKeysToRemove | Number of keys to remove |