Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/Utility > API/Plugins/DatasmithImporter/Utility/FDatasmithImporterUtils
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/Utility/DatasmithImporterUtils.h |
| Include | #include "Utility/DatasmithImporterUtils.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/Utility/DatasmithImporterUtils.cpp |
static UObject * StaticDuplicateObject
(
UObject * SourceObject,
UObject * Outer,
const FName Name
)
Remarks
Convenience function duplicating an object specifically optimized for datasmith use cases the copied object or null if it failed for some reason
Parameters
| Name | Description |
|---|---|
| SourceObject | the object being copied |
| Outer | the outer to use for the object |
| Name | the optional name of the object |