Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/FUsdStageBase
Description
Saves a flattened copy of the stage to the given path (e.g. "C:/Folder/FlattenedStage.usda"). Will use the corresponding file writer depending on FilePath extension. Will not alter the current stage.
| Name | Export |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdStage.h |
| Include Path | #include "UsdWrappers/UsdStage.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UsdWrappers/UsdStage.cpp |
bool Export
(
const TCHAR * FileName,
bool bAddSourceFileComment,
const TMap < FString , FString > & FileFormatArguments
) const