Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/UWorldPartition
- UObject::ResolveSubobject()
- UWorldPartition::ResolveSubobject()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartition.h |
| Include | #include "WorldPartition/WorldPartition.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartition.cpp |
virtual bool ResolveSubobject
(
const TCHAR * SubObjectPath,
UObject *& OutObject,
bool bLoadIfExists
)
Remarks
Called to defer loading a subobject to its top-level container object. Useful with the package override feature, where an object might not be saved in the same package as its outer, especially if the the top-level object does lazy loading of these objects.