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::Anim::AnimationData::RemoveKeys
(
UAnimSequence * InSequence,
int32 StartKeyIndex,
int32 NumKeysToRemove
)
}
}
}
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 |