Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crazytuzi/UnrealCSharp
/ TFieldPath
Method
TFieldPath
Script/UE/CoreUObject/TFieldPath.cs:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
public class TFieldPath<T> : IGarbageCollectionHandle where T : FField
6
{
7
public TFieldPath()
8
{
9
}
10
11
public TFieldPath(T InObject) => Value = InObject;
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected