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
{
bool UE&58;&58;Anim&58;&58;AnimationData&58;&58;AddLoopingInterpolation
&40;
UAnimSequence &42; InSequence
&41;
}
}
}
Remarks
Adds an additional animated frame to match with the first animated frame, attempting to make it loop Whether or not the operation was succesful
Parameters
| Name | Description |
|---|---|
| InSequence | Animation Sequence to add the animated frame to |