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

Method GetHashCode

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

Source from the content-addressed store, hash-verified

35 public override bool Equals(object Other) => this == Other as TOptional<T>;
36
37 public override int GetHashCode() => (int)GarbageCollectionHandle;
38
39 public void Reset() => TOptionalImplementation.TOptional_ResetImplementation(GarbageCollectionHandle);
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected