This commit is contained in:
Gray
2025-07-18 21:19:00 -04:00
parent 62ffdccd42
commit 658012ead8
13 changed files with 56 additions and 24 deletions

View File

@@ -22,6 +22,7 @@ std::string FName::ToString() const
return Str;
}
#if 0
int32 FName::Compare(const FName& Other) const
{
if (GetComparisonIndexFast() == Other.GetComparisonIndexFast())
@@ -65,6 +66,7 @@ int32 FName::Compare(const FName& Other) const
return GetComparisonIndexFast() < Other.GetComparisonIndexFast();
}
#endif
std::string FName::ToString()
{