UAnimSequenceBase::GetAnimNotifiesFromDeltaPositions

Retrieves AnimNotifies between two time positions.

Windows
MacOS
Linux

Deprecated

  • Use the GetAnimNotifiesFromTrackPositions that takes FAnimNotifyEventReferences instead

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceBase.h

Include

#include "Animation/AnimSequenceBase.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceBase.cpp

Syntax

void GetAnimNotifiesFromDeltaPositions
(
    const float & PreviousPosition,
    const float & CurrentPosition,
    TArray< const FAnimNotifyEvent * > & OutActiveNotifies
) const

Remarks

Retrieves AnimNotifies between two time positions. ]PreviousPosition, CurrentPosition] Between PreviousPosition (exclusive) and CurrentPosition (inclusive). Supports playing backwards (CurrentPosition

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