Navigation
BlueprintAPI > BlueprintAPI/USD > BlueprintAPI/USD/LayerUtils
Adds a payload 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 prim to receive the payload |
| string | Referencing Prim Path | Path to the prim inside the referencing stage that will receive the payload |
| string | Target Stage Path | Path to the layer to add as payload (can be empty for internal payloads). e.g. "C:\MyFolder\Cube.usda" |
| string | Target Prim Path | Path to a specific prim to target within the target layer. e.g. "/SomeOtherPrim" |
| real | Time Code Offset | Offset in timeCodes to author on the payload |
| real | Time Code Scale | TimeCode scale to author on the payload |
| 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 |