FFieldPath
Namespace: UAssetAPI.UnrealTypes
public class FFieldPath
Inheritance Object → FFieldPath
Fields
Path
Path to the FField object from the innermost FField to the outermost UObject (UPackage)
public FName[] Path;
ResolvedOwner
The cached owner of this field.
public FPackageIndex ResolvedOwner;
Constructors
FFieldPath(FName[], FPackageIndex)
public FFieldPath(FName[] path, FPackageIndex resolvedOwner)
Parameters
path
FName[]
resolvedOwner
FPackageIndex
FFieldPath()
public FFieldPath()
FFieldPath(AssetBinaryReader)
public FFieldPath(AssetBinaryReader reader)
Parameters
reader
AssetBinaryReader
Methods
Write(AssetBinaryWriter)
public int Write(AssetBinaryWriter writer)
Parameters
writer
AssetBinaryWriter