Navigation
BlueprintAPI > BlueprintAPI/USD
Returns the asset associated with a particular Hash, if any. Returns nullptr if there isn't any associated path to this Hash, or if the associated path doesn't resolve to an asset.
WARNING: As this may try loading a package from disk, this can only be called from the game thread!
Target is USD Asset Cache
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | Hash |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Return Value |