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

Method ToString

Script/UE/CoreUObject/FUtf8String.cs:43–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 public override int GetHashCode() => (int)GarbageCollectionHandle;
42
43 public override string ToString() =>
44 FUtf8StringImplementation.FUtf8String_ToStringImplementation(GarbageCollectionHandle);
45
46 public nint GarbageCollectionHandle { get; set; }
47 }

Callers

nothing calls this directly

Tested by

no test coverage detected