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

Method ToString

Script/UE/CoreUObject/FString.cs:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 public override int GetHashCode() => (int)GarbageCollectionHandle;
40
41 public override string ToString() =>
42 FStringImplementation.FString_ToStringImplementation(GarbageCollectionHandle);
43
44 public nint GarbageCollectionHandle { get; set; }
45 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected