Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeSceneImportAsset
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeSceneImportAsset.h |
| Include | #include "InterchangeSceneImportAsset.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeSceneImportAsset.cpp |
UObject * GetSceneObject
(
const FString & PackageName,
const FString & AssetName,
const FString & SubPathString
) const
Remarks
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.
Parameters
| Name | Description |
|---|---|
| PackageName | Package path of the actual object to reimport |
| AssetName | Asset name of the actual object to reimport |
| SubPathString | Optional subobject name |