Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
If World Package is instanced return a mapping that can be used to fixup SoftObjectPaths for this world
returns true if world package is instanced and needs remapping.
| Name | GetSoftObjectPathMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
bool GetSoftObjectPathMapping
(
FString & OutSourceWorldPath,
FString & OutRemappedWorldPath
) const