ULevelInstanceSubsystem::CreateLevelInstanceFrom() is not honoring parameters bAlwaysShowDialog and LevelPackageName

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 6, 2025

A Level Instance or Packed Level Actor can be created through editor scripting by using function ULevelInstanceSubsystem::CreateLevelInstanceFrom(), which receives parameters packed in the FNewLevel ...

Interaction between sublevels and LevelSequences can break actors attachments hierarchy of the sublevel.

UE - World Creation - Worldbuilding Tools - Aug 6, 2025

Having a LevelSequence opened and unhiding a sublevel can break the attachment hierarchy of the actors that are inside the sublevel. This also affects to the sublevel asset itself. ...

DataLayer: Duplication a GroupActor is broken

UE - World Creation - Worldbuilding Tools - Data Layers - Aug 5, 2025

The result of the duplication operation is that the Actors in the new group are part of the DataLayer but the new GroupActor is not.  ...

NavMesh generation should not care for Actors that are hidden in the Editor.

UE - AI - Navigation - Aug 5, 2025

The problem is that the Cube is still loaded but "HiddenEd". It's AActor::bHiddenEdLayer property is set to true by the WorldPartition System. The Actor is dirty which makes the WP system pin it (wo ...

Environment Query System (EQS): EnvQuery runtime template object can be created with a non-unique name, corrupting the EnvQueryManager cache

UE - AI - Aug 5, 2025

On file [Engine\Source\Runtime\AIModule\Private\EnvironmentQuery\EnvQueryManager.cpp:812], function UEnvQueryManager::CreateQueryInstance() uses StaticDuplicateObject() to create a new UEnvQuery* (d ...

FInstancedStruct does not serialise to JSON when used in a DataTable

UE - Editor - Workflow Systems - Aug 4, 2025

The JSON export functionality for DataTable relies on a FieldIterator to gather properties. This iterator is unable to gather the properties from the InstancedStruct. CSV export functionality works ...

SSR doesn't reflect Skydome Mesh/Material correctly in Vulkan mobile preview

UE - Platform - Mobile - Aug 4, 2025

5.6[Image Removed] 5.5[Image Removed][Link Removed] ...

LiveCoding fails when DynamicDebugging is enabled

UE - Foundation - Cpp Tools - Live Coding - Aug 4, 2025

If DynamicDebugging is enabled, the output extension in the LiveCoding manifest is ".alt.dll", but the actual built DLL does not include ".alt" in its name. This mismatch causes an error. ...

EncompassesPoint always returns fase on ANavMeshBoundsVolume due to missing BodyInstance

UE - AI - Aug 3, 2025

When calling EncompassesPoint on an ANavMeshBoundsVolume, the method always returns false even if the target point is clearly within the visible volume bounds. This occurs because AVolume::Encompas ...

SkinWeightsAsVertexMask in DeformerGraph does not respect SkinWeightProfile

UE - Anim - Rigging - Deformer - Aug 1, 2025

The WeightBuffer passed to the shader does not reflect the SkinWeightProfile. The work around is : void FOptimusSkinWeightsAsVertexMaskDataProviderProxy::GatherDispatchData(FDispatchData const& In ...