Navigation
BlueprintAPI > BlueprintAPI/USD > BlueprintAPI/USD/LayerUtils
Adds a reference to the layer at AbsoluteFilePath, optionally specifying a target prim inside that layer.
Target is Usd Conversion Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Referencing Stage Path | Stage identifier that contains the referencer prim |
| string | Referencing Prim Path | Path to the referencer prim inside the referencer stage |
| string | Target Stage Path | Path to the layer to reference (can be empty for internal references). e.g. "C:\MyFolder\Cube.usda" |
| string | Target Prim Path | Path to a specific prim to reference within the target layer. e.g. "/SomeOtherPrim" |
| real | Time Code Offset | Offset in timeCodes to author on the reference |
| real | Time Code Scale | TimeCode scale to author on the reference |
| boolean | Use Project Default Type Handling | If true it means we will use the ReferencerTypeHandling set on the USD project settings. If false it means we will use the provided ReferencerSchemaHandling |
| enum | Referencer Type Handling |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |