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
{
bool UE&58;&58;Anim&58;&58;CopyNotifies
&40;
const UAnimSequenceBase &42; SourceAnimSeq,
UAnimSequenceBase &42; DestAnimSeq,
bool bShowDialogs,
bool bDeleteExistingNotifies
&41;
}
}
Remarks
Copies over any individual curve from FRawCurveTracks to a IAnimationDataModel instance targeted by the provided controller. Whether or not the copy was succesful
Parameters
| Name | Description |
|---|---|
| SourceAnimSeq | Animation Sequence to copy the notifies from |
| DestAnimSeq | Animation Sequence to copy the notifies to |
| bShowDialogs | Whether or not to show any user-facing dialogs for confirmation of the copy |
| bDeleteExistingNotifies | Whether or not to delete all notifies found on the destination sequence |