Navigation
BlueprintAPI > BlueprintAPI/USD > BlueprintAPI/USD/PrimUtils
Copies flattened versions of the input prims onto the clipboard stage and removes all the prim specs for Prims from their stages. These cut prims can then be pasted with PastePrims.
Target is Usd Conversion Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Stage Root Layer | Path to the root layer of the stage from which we should fetch the Prims |
| string | Prim Paths | Prims to cut |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if we managed to cut |