FTopLevelAssetPath

Namespace: UAssetAPI.PropertyTypes.Objects

public struct FTopLevelAssetPath

Inheritance ObjectValueTypeFTopLevelAssetPath

Fields

PackageName

Name of the package containing the asset e.g. /Path/To/Package If less than 5.1, this is null

public FName PackageName;

AssetName

Name of the asset within the package e.g. 'AssetName'. If less than 5.1, this contains the full path instead

public FName AssetName;

Constructors

FTopLevelAssetPath(FName, FName)

FTopLevelAssetPath(FName packageName, FName assetName)

Parameters

packageName FName

assetName FName