Navigation
BlueprintAPI > BlueprintAPI/USD
Gets the transient assets that were generated for a prim with a given prim path. Likely one asset (e.g. UStaticMesh), but can be multiple (USkeletalMesh, USkeleton, etc.)
Target is Usd Stage Actor
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | Prim Path | Full path to the source prim, e.g. "/root_prim/my_mesh" |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Return Value | The corresponding generated assets. May be empty if path is invalid or if that prim led to no generated assets. |