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

Method GetHashCode

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

Source from the content-addressed store, hash-verified

40 public override bool Equals(object Other) => this == Other as TLazyObjectPtr<T>;
41
42 public override int GetHashCode() => (int)GarbageCollectionHandle;
43
44 public T Get() => TLazyObjectPtrImplementation.TLazyObjectPtr_GetImplementation<T>(GarbageCollectionHandle);
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected