Method GetBlobAsset
GetBlobAsset(Hash128, out BlobAssetReference<TB>)
Get the blob asset for the corresponding hash
Declaration
public bool GetBlobAsset(Hash128 hash, out BlobAssetReference<TB> blob)
Parameters
| Type | Name | Description |
|---|---|---|
| Hash128 | hash | The hash associated with the BlobAsset |
| BlobAssetReference<TB> | blob | The BlobAsset corresponding to the given Hash |
Returns
| Type | Description |
|---|---|
| Boolean | true if the blob asset was found, false otherwise |