Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeSceneImportAsset
Description
Returns the UObject which asset path is '//PackageName.AssetName[:SubPathString]'. Returns nullptr if the asset which path is '//PackageName.AssetName[:SubPathString]' was not part of the level import cached in this UInterchangeSceneImportAsset.
| Name | GetSceneObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeSceneImportAsset.h |
| Include Path | #include "InterchangeSceneImportAsset.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeSceneImportAsset.cpp |
UObject * GetSceneObject
(
const FString & PackageName,
const FString & AssetName,
const FString & SubPathString
) const
Parameters
| Name | Remarks |
|---|---|
| PackageName | Package path of the actual object to reimport |
| AssetName | Asset name of the actual object to reimport |
| SubPathString | Optional subobject name |