mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Dude 💀
This commit is contained in:
@@ -76,4 +76,11 @@ struct FName
|
||||
|
||||
return GetComparisonIndexFast() < Rhs.GetComparisonIndexFast();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
inline uint32 GetTypeHash(const FName N)
|
||||
{
|
||||
return N.ComparisonIndex.Value + N.GetNumber();
|
||||
}
|
||||
|
||||
#define NAME_None FName(0);
|
||||
Reference in New Issue
Block a user