Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeSceneImportAsset
Description
Invoked when a world is successfully renamed. Used to track when a temporary 'Untitled' unsaved map is saved with a new name.
| Name | OnPostWorldRename |
| 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 |
void OnPostWorldRename
(
UWorld * World
)