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

Method FString

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

Source from the content-addressed store, hash-verified

5 public class FString : IGarbageCollectionHandle
6 {
7 public FString()
8 {
9 }
10
11 ~FString() => FStringImplementation.FString_UnRegisterImplementation(GarbageCollectionHandle);
12

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected