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&40;BlueprintCallable, Category&61;"Prim utils"&41;
static bool CopyPrims
&40;
const FString & StageRootLayer,
const TArray< FString > & PrimPaths
&41;
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 |