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

Method GetHashCode

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

Source from the content-addressed store, hash-verified

39 public override bool Equals(object Other) => this == Other as TSoftClassPtr<T>;
40
41 public override int GetHashCode() => (int)GarbageCollectionHandle;
42
43 public UClass Get() => TSoftClassPtrImplementation.TSoftClassPtr_GetImplementation(GarbageCollectionHandle);
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected