![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 |
Helper structure for sorting anims by relative cost.
|
inline |
| FName FSortedAnimAsset::AnimAssetType |
| FString FSortedAnimAsset::DebugString |
| int32 FSortedAnimAsset::MaxKB |
| FString FSortedAnimAsset::Name |
| int32 FSortedAnimAsset::NumCurves |
| int32 FSortedAnimAsset::NumKB |
| int32 FSortedAnimAsset::NumKeys |
| float FSortedAnimAsset::RateScale |
| int32 FSortedAnimAsset::ResKBExc |
| int32 FSortedAnimAsset::ResKBInc |
| float FSortedAnimAsset::SequenceLength |