FAssetRegistryRecord

Namespace: UAssetAPI

public class FAssetRegistryRecord

Inheritance ObjectFAssetRegistryRecord

Fields

Path

Path relative to the package.

public string Path;

ClassName

Asset object name.

public string ClassName;

TagMap

Asset registry tags.

public Dictionary<string, string> TagMap;

Constructors

FAssetRegistryRecord()

public FAssetRegistryRecord()