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

Public Member Functions

 FSortedAnimAsset (int32 InNumKB, int32 InMaxKB, int32 InResKBExc, int32 InResKBInc, FName InAnimAssetType, FString InName, int32 InNumKeys, float InSequenceLength, float InRateScale, int32 InNumCurves, const FString &InDebugString)
 

Public Attributes

int32 NumKB
 
int32 MaxKB
 
int32 ResKBExc
 
int32 ResKBInc
 
FName AnimAssetType
 
FString Name
 
int32 NumKeys
 
float SequenceLength
 
float RateScale
 
int32 NumCurves
 
FString DebugString
 

Detailed Description

Helper structure for sorting anims by relative cost.

Constructor & Destructor Documentation

◆ FSortedAnimAsset()

FSortedAnimAsset::FSortedAnimAsset ( int32  InNumKB,
int32  InMaxKB,
int32  InResKBExc,
int32  InResKBInc,
FName  InAnimAssetType,
FString  InName,
int32  InNumKeys,
float  InSequenceLength,
float  InRateScale,
int32  InNumCurves,
const FString &  InDebugString 
)
inline

Member Data Documentation

◆ AnimAssetType

FName FSortedAnimAsset::AnimAssetType

◆ DebugString

FString FSortedAnimAsset::DebugString

◆ MaxKB

int32 FSortedAnimAsset::MaxKB

◆ Name

FString FSortedAnimAsset::Name

◆ NumCurves

int32 FSortedAnimAsset::NumCurves

◆ NumKB

int32 FSortedAnimAsset::NumKB

◆ NumKeys

int32 FSortedAnimAsset::NumKeys

◆ RateScale

float FSortedAnimAsset::RateScale

◆ ResKBExc

int32 FSortedAnimAsset::ResKBExc

◆ ResKBInc

int32 FSortedAnimAsset::ResKBInc

◆ SequenceLength

float FSortedAnimAsset::SequenceLength

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