Navigation
API > API/Plugins > API/Plugins/USDExporter > API/Plugins/USDExporter/UUsdConversionBlueprintLibrary
Description
If we're inside of a UniquePathScope, returns a sanitized (and potentially suffixed) path that is guaranteed to not collide with any other path returned from this function during the UniquePathScope.
If we're not inside of a UniquePathScope, returns the sanitized version of DesiredPathWithExtension.
| Name | GetUniqueFilePathForExport |
| 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|Exporting utils")
static FString GetUniqueFilePathForExport
(
const FString & DesiredPathWithExtension
)