![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| int32 | CompareWithNumericSuffix (FName A, FName B) |
| int32 | CompareWithNumericSuffix (FStringView A, FStringView B) |
| int32 | CompareNaturalOrder (FStringView A, FStringView B) |
| CORE_API int32 UE::ComparisonUtility::CompareNaturalOrder | ( | FStringView | A, |
| FStringView | B | ||
| ) |
Compare the two strings, correctly ordering any numeric components they may have
Compare the two names, correctly ordering any numeric suffixes they may have
| CORE_API int32 UE::ComparisonUtility::CompareWithNumericSuffix | ( | FStringView | A, |
| FStringView | B | ||
| ) |
Compare the two strings, correctly ordering any numeric suffixes they may have