When trying to load the actor, the warning "Can't load actor guid from package" will show.
In FWorldPartitionActorDesc::Load, it's unable to find the object:
Package = LoadPackage(Package, *ActorPackage.ToString(), LOAD_None, nullptr, InstancingContext); if (Package) { ActorPtr = FindObject<AActor>(nullptr, *ActorPath.ToString()); if (!ActorPtr.IsValid()) { UE_LOG(LogWorldPartition, Warning, TEXT("Can't load actor guid `%s` ('%s') from package '%s'"), *Guid.ToString(), *GetActorName().ToString(), *ActorPackage.ToString()); } }
Unexpected Result: BP actor fails to load.
If you leave the WP level without restarting the editor session and do another rename of the BP asset then you will find the actor gone when opening the WP map again.
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Teleporter in the Creative Hub is Locked and cannot be accessed
My UE5-0 Directional Light is too small and not real ,please tell me how to fix it thanks
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Hey, why do i get this when i snap two similar meshes together?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-165417 in the post.
0 |
Component | UE - World Creation - Worldbuilding Tools - World Partition |
---|---|
Affects Versions | 5.0.3 |
Target Fix | 5.1 |
Created | Sep 28, 2022 |
---|---|
Resolved | Sep 30, 2022 |
Updated | Nov 2, 2022 |