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" |
template<class ObjectType>
static ObjectType &42; FindObject
&40;
const UPackage &42; ParentPackage,
const FString & ObjectName
&41;
Remarks
Find an object with a given name in a package Use FSoftObjectPath to perform the search Load the package /ParentPackage/ObjectName if it exists and is not in memory yet
Parameters
| Name | Description |
|---|---|
| ParentPackage | Parent package to look in |
| ObjectName | Name of object to look for |