Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crazytuzi/UnrealCSharp
/ Get
Method
Get
Script/UE/CoreUObject/TFieldPath.cs:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
public TFieldPath(T InObject) => Value = InObject;
12
13
public T Get() => Value;
14
15
private readonly T Value;
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected