Navigation
BlueprintAPI > BlueprintAPI/USD
Gets the path to the prim that was parsed to generate the given Object.
Target is Usd Stage Actor
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| object | Object | UObject to query with. Can be one of the transient components generated when a stage was opened, or something like a UStaticMesh. |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Return Value | The path to the source prim, e.g. "/root_prim/some_prim". May be empty in case we couldn't find the source prim. |