mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
S24
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user