FAnimSegment::GetAnimNotifiesFromTrackPositions

Retrieves AnimNotifies between two Track time positions.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompositeBase.h"

Source

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

Syntax

void GetAnimNotifiesFromTrackPositions
(
    const float & PreviousTrackPosition,
    const float & CurrentTrackPosition,
    TArray< FAnimNotifyEventReference > & OutActiveNotifies
) const

Remarks

Retrieves AnimNotifies between two Track time positions. ]PreviousTrackPosition, CurrentTrackPosition] Between PreviousTrackPosition (exclusive) and CurrentTrackPosition (inclusive). Supports playing backwards (CurrentTrackPosition

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