()
| 33 | public FString GetName() => UObjectImplementation.UObject_GetNameImplementation(GarbageCollectionHandle); |
| 34 | |
| 35 | public override string ToString() => GetName().ToString(); |
| 36 | |
| 37 | public bool IsValid() => UObjectImplementation.UObject_IsValidImplementation(GarbageCollectionHandle); |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected