Selecting a brush surface that is flush with other brush surfaces selects all of them after Building Geometry

UE - LD & Modeling - Modeling Tools - BSP - Sep 1, 2016

This issue was reported by internal UT developers. When selecting the surface of a brush that share flush surfaces with other brushes, all surfaces are selected. This seems to only occur after sel ...

GPU Visualizer is being clipped in VR Preview

UE - Platform - XR - Sep 9, 2016

Found by internal developer. The GPU Visualizer window is being clipped, making it unusable while in VR Preivew. This works find in Play in New Window. ...

Preformance drop when calling draw to render target

UE - Graphics Features - Jun 19, 2018

There is a major performance drop after 4.18 when calling draw material to render target. This is an issue reported by many community members, and there seem to be additional reports with different ...

Spline Mesh Collision doesn't work in packaged game when spawning them at runtime

UE - Simulation - Physics - May 18, 2020

Spline Mesh Components lose their collision in a packaged game when spawning them at runtime, or modifying them via 'Set Start and End' function at runtime. ...

Editor preview safe zones for notched iPhones do not match those used at runtime

UE - Platform - Apple - Dec 4, 2020

Hi, on iOS we ask the device for its cutout regions, but the values returned by the device can be overridden using the SafeZone.Landscape.* cvars. However these are on-device only settings. When th ...

Reparenting an actor BP to EditorUtilityActor does not give access to editor utility nodes

UE - Framework - Blueprint Editor - Jul 11, 2022

Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...

Undoing parent deletion creates duplicate child actors

UE - Gameplay - Blueprint - Jul 29, 2022

Undoing the deletion of an actor with a child actor component added via the details panel (IWCE) duplicates the child actor and the hierarchy is incorrect in the scene outliner. This seems to only h ...

Allow users to keep files they have submitted themselves and still sync forwards

UE - Foundation - UGS - Mar 30, 2023

UGS displays a prompt if syncing to latest would sync back before changes the user submitted themselves. It would be nice to allow them to keep their own files at least. ...

GAS: Initial OnRep_SpawnedAttributes from DefaultStartingData clears attribute values for already replicated ActiveGameplayEffects

UE - Gameplay - Gameplay Ability System - Oct 23, 2024

Context The property 'DefaultStartingData' in AbilitySystemComponent can be configured from blueprint to spawn default attribute sets. This happens OnRegister. For runtime spawned actors like pawns ...