UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimSyncMarker Struct Reference

#include <AnimTypes.h>

Public Member Functions

 FAnimSyncMarker ()
 
bool operator< (const FAnimSyncMarker &Other) const
 
bool operator== (const FAnimSyncMarker &Other) const
 

Public Attributes

FName MarkerName
 
float Time
 

Constructor & Destructor Documentation

◆ FAnimSyncMarker()

FAnimSyncMarker::FAnimSyncMarker ( )
inline

Member Function Documentation

◆ operator<()

bool FAnimSyncMarker::operator< ( const FAnimSyncMarker Other) const
inline

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

◆ operator==()

bool FAnimSyncMarker::operator== ( const FAnimSyncMarker Other) const
inline

Member Data Documentation

◆ MarkerName

FName FAnimSyncMarker::MarkerName

◆ Time

float FAnimSyncMarker::Time

The documentation for this struct was generated from the following file: