Interface IAssetFinder
public interface IAssetFinder
Methods
FindAsset(AssetId)
Finds an asset by its identifier.
AssetItem FindAsset(AssetId assetId)
Parameters
assetId
AssetIdThe identifier of the asset.
Returns
FindAsset(UFile)
Finds an asset by its location.
AssetItem FindAsset(UFile location)
Parameters
location
UFileThe location of the asset.
Returns
FindAssetFromProxyObject(object)
Finds an asset from a proxy object.
AssetItem FindAssetFromProxyObject(object proxyObject)
Parameters
proxyObject
objectThe proxy object which is represent the targeted asset.