Starting PIE with an unloaded player start spawns the player at (0,0,0)

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

From licensee:What happens is that UEditorEngine::CheckForPlayerStart() is returning the PlayerStart in the data layer, so FInternalPlayWorldCommandCallbacks::PlayInViewport_Clicked() doesn't route ...

Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Level asset "Diff against depot" opens P4 Merge tool

UE - World Creation - Worldbuilding Tools - Mar 1, 2024

You can right click a level asset in the editor's Content Browser and do the action Source Control > Diff against Depot. However, this does not provide a useful diff window. It currently opens the d ...

ResavePackagesCommandlet needs to handle resaving ExternalActors for -FixupRedirectors

UE - World Creation - Worldbuilding Tools - Dec 19, 2023

ResavePackagesCommandlet -fixupredirects fails to fixup pointers from external actors that are pointing to objectredirectors. It fails to fixup those pointers because we specifically skip loading of ...

Static Mesh Only enabled Foliage Actor causes serialization error in packaged game

UE - World Creation - Worldbuilding Tools - Nov 24, 2023

The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA     if (!Ar.IsCooking()) // ...

GroupActor has incorrect streaming bounds when created in level instances

UE - World Creation - Worldbuilding Tools - Nov 16, 2023

ContentBundleContainer does not load new bundles in PIE after level transition

UE - World Creation - Worldbuilding Tools - Nov 9, 2023

I believe this issue stems from the ContentBundleContainer not populating the StreamingObjects of the UContentBundleDuplicateForPIEHelper. PIE in the same level as the bundles works as the editor h ...

Flushing Level Streaming Can Trigger Actor Initialization during World Teardown

UE - World Creation - Worldbuilding Tools - Oct 16, 2023

From licensee: We've recently encountered an issue where BeginPlay was called on an Actor while the World is being torn down. This seems to stem from flushing level streaming while it has levels th ...

FTickTaskLevel::RescheduleForIntervalParallel Crash

UE - World Creation - Worldbuilding Tools - Oct 11, 2023

Short description from Licensee (attached UDN has more info):When streaming a level in and/or out (out especially in World Partition due to the bRequireFullVisibilityToRender variable usage) there i ...

Client cannot find LevelStreaming in editor mode

UE - World Creation - Worldbuilding Tools - Sep 6, 2023

From licensee: When we run MainMap (NM-Standalone) and then open GameMap to play (options - listen). When the client joins the server, it won't be able to find the LevelStreaming in GameMap (see - ...