FAnimNotifyEvent::operator<

Used by [UAnimSequenceBase::SortNotifies()](API\Runtime\Engine\Animation\UAnimSequenceBase\SortNotifies) to sort its Notifies array.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

bool operator<
(
    const FAnimNotifyEvent & Other
) const

Remarks

This can be used with the Sort() function on a TArray of FAnimNotifyEvents to sort the notifies array by time, earliest first.

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