AR Utilities plugin requirement missing from 5.3 documentation

Docs - Sep 25, 2023

Setting Up a New AR Project page for 5.3 is missing important information about including the AR Utilities plugin. https://docs.unrealengine.com/5.3/en-US/setting-up-a-new-ar-project-in-unreal-en ...

AR Kit Env Probes are backwards

UE - Platform - XR - Apr 11, 2024

[Link Removed] Original issue shared on UDN: [Link Removed] ...

Assess visual lag of the new UV access nodes for pass through camera materials on AR platforms

UE - Platform - XR - Apr 23, 2019

When testing [Link Removed], there seemed to be some visual lag in the passthrough nodes, when compared to the camera feed.  Was not able to test due to [Link Removed] (which is really just a differ ...

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()) // ...

Unable to overlay image on top of people occlusion image on ARKit

UE - Platform - XR - May 24, 2021

From licensee:   when the Enable Automatic Camera Overlay is enabled you will get the People Occlusion image overlaid above everything so no objects can be in-front of it. And if you disable Automa ...

"Build All Levels" does not re-AddNavigationSystemToWorld

UE - AI - Navigation - Feb 28, 2024

The Build All Levels editor action cleans up the world's NavDataSet (UNavigationSystemV1::NavDataSet) as pre-rebuild world cleanup by calling: SetNavigationSystem(nullptr); inside UWorld::Cleanu ...

Spawnable Level Instance via Sequencer in WP map

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 21, 2023

ULevelInstanceSubsystem::OnActorDeleted: check(!IsEditingLevelInstanceDirty(LevelInstance) && !HasDirtyChildrenLevelInstances(LevelInstance)); ...

Deprecated blueprint variable fixups may fail depending on loading order

UE - Gameplay - Blueprint - Mar 7, 2024

There is currently no simple way to do a deprecated variable fixup on native variables that are set by a blueprint class. For a simple variable rename, CoreRedirects can be used and will work proper ...

Editor crash when saving a level instance in a folder with the same name as the level

UE - World Creation - Worldbuilding Tools - Level Instances - Jan 27, 2023