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

Method ToString

Script/UE/CoreUObject/FName.cs:41–41  ·  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() => FNameImplementation.FName_ToStringImplementation(GarbageCollectionHandle);
42
43 public static FName NAME_None => FNameImplementation.FName_NAME_NoneImplementation();
44

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected