Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FString_RegisterImplementation
Method · 0.80
Tested by
no test coverage detected