FAnimSyncMarker::operator<

This can be used with the [Sort()](API\Runtime\Core\Algo\Algo__Sort\1) function on a [TArray](API\Runtime\Core\Containers\TArray) of [FAnimSyncMarker](API\Runtime\Engine\Animation\FAnimSyncMarker) to sort the notifies array by time, earliest first.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimTypes.h"

Syntax

bool operator<
(
    const FAnimSyncMarker & Other
) const

Remarks

This can be used with the Sort() function on a TArray of FAnimSyncMarker 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