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 &42; StaticDuplicateObject
&40;
UObject &42; SourceObject,
UObject &42; Outer,
const FName Name
&41;
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 |