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

#include <AnimCompressionTypes.h>

Public Member Functions

 FAnimCompressedCurveIndexedName ()=default
 
bool operator< (const FAnimCompressedCurveIndexedName &InOther) const
 

Public Attributes

FName CurveName = NAME_None
 
int32 CurveIndex = INDEX_NONE
 

Friends

FArchiveoperator<< (FArchive &Ar, FAnimCompressedCurveIndexedName &Item)
 

Constructor & Destructor Documentation

◆ FAnimCompressedCurveIndexedName()

FAnimCompressedCurveIndexedName::FAnimCompressedCurveIndexedName ( )
default

Member Function Documentation

◆ operator<()

bool FAnimCompressedCurveIndexedName::operator< ( const FAnimCompressedCurveIndexedName InOther) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FAnimCompressedCurveIndexedName Item 
)
friend

Member Data Documentation

◆ CurveIndex

int32 FAnimCompressedCurveIndexedName::CurveIndex = INDEX_NONE

◆ CurveName

FName FAnimCompressedCurveIndexedName::CurveName = NAME_None

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