()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected