UAnimSequenceBase::GetAnimNotifiesFromDeltaPositions

Retrieves AnimNotifies between two time positions.

Windows
MacOS
Linux

Override Hierarchy

UAnimSequenceBase::GetAnimNotifiesFromDeltaPositions()

UAnimComposite::GetAnimNotifiesFromDeltaPositions()

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

virtual void GetAnimNotifiesFromDeltaPositions
(
    const float & PreviousPosition,
    const float & CurrentPosition,
    TArray< FAnimNotifyEventReference > & 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