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