Navigation
API > API/Plugins > API/Plugins/USDExporter > API/Plugins/USDExporter/UUsdConversionBlueprintLibrary
References
| Module | USDExporter |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDExporter/Public/USDConversionBlueprintLibrary.h |
| Include | #include "USDConversionBlueprintLibrary.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/USDExporter/Private/USDConversionBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="USD|Prim utils")
static bool CopyPrims
(
const FString & StageRootLayer,
const TArray < FString > & PrimPaths
)
Remarks
Copies flattened versions of the input prims onto the clipboard stage. These copied prims can then be pasted with PastePrims. True if we managed to copy
Parameters
| Name | Description |
|---|---|
| StageRootLayer | Path to the root layer of the stage from which we should fetch the Prims |
| PrimPaths | Prims to copy |