Navigation
API > API/Plugins > API/Plugins/USDExporter > API/Plugins/USDExporter/UUsdConversionBlueprintLibrary
Description
Copies flattened versions of the input prims onto the clipboard stage. These copied prims can then be pasted with PastePrims.
| Name | CopyPrims |
| Type | function |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/USDExporter/Public/USDConversionBlueprintLibrary.h |
| Include Path | #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
)
True if we managed to copy
Parameters
| Name | Remarks |
|---|---|
| StageRootLayer | Path to the root layer of the stage from which we should fetch the Prims |
| PrimPaths | Prims to copy |