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

Method GetHashCode

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

Source from the content-addressed store, hash-verified

27 public override bool Equals(object Other) => this == Other as UObject;
28
29 public override int GetHashCode() => (int)GarbageCollectionHandle;
30
31 public UClass GetClass() => UObjectImplementation.UObject_GetClassImplementation(GarbageCollectionHandle);
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected