UAnimSequenceBase::GetAnimNotifies

Retrieves AnimNotifies given a StartTime and a DeltaTime.

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 GetAnimNotifies
(
    const float & StartTime,
    const float & DeltaTime,
    const bool bAllowLooping,
    TArray< const FAnimNotifyEvent * > & OutActiveNotifies
) const

Remarks

Retrieves AnimNotifies given a StartTime and a DeltaTime. Time will be advanced and support looping if bAllowLooping is true. Supports playing backwards (DeltaTime<0). Returns notifies between StartTime (exclusive) and StartTime+DeltaTime (inclusive)

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