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

Method ToString

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected