MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / GetHashCode

Method GetHashCode

Script/UE/CoreUObject/FName.cs:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 public override bool Equals(object Other) => this == Other as FName;
38
39 public override int GetHashCode() => (int)GarbageCollectionHandle;
40
41 public override string ToString() => FNameImplementation.FName_ToStringImplementation(GarbageCollectionHandle);
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected