Crash when moving map assets used as level instances

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 10, 2025

Resetting material instance parameters to default value does not update the appearance of the object that the material is applied to

UE - Rendering Architecture - Materials - Mar 10, 2025

When a material instance with exposed parameters is applied to a landscape; the parameters set to a new value and then reset to back the default value, the landscape does not respect the new default ...

Add support for motion data on SteamDeck (Steam Controller plugin)

UE - Gameplay - Input - Mar 7, 2025

We have a UDN user with a proposed change: https://udn.unrealengine.com/s/question/0D5QP00000yo70w0AA/add-support-for-gyro-motion-data-to-steam-controller-plugin?fromCase=1 Hi, we were adding gyr ...

Datasmith Export Bug with Camera Target

UE - Editor - Content Pipeline - Datasmith - Exporters - Mar 7, 2025

Potential bug was encountered when exporting vray cameras and their targets that have been path-constraint to corresponding splines. The resulting export file shows no camera targets; hence, missing ...

Metdata 'ForceAsFunction' does not prevent conversion to event

UE - Framework - Blueprint Editor - Mar 6, 2025

Quote from the UDN: This is easily fixed with a conditional in bool FBlueprintEditor::ConvertFunctionIfValid(UK2Node_FunctionEntry* FuncEntryNode) which we've done locally, but should probably be ...

UGameUserSettings::ValidateSettings fails to wipe GameUserSettings.ini

UE - Framework - Mar 4, 2025

When changing the version in UGameUserSettings, the expected behaviour is that GameUserSettings.ini will be wiped/delete and then regenerated. The actual behaviour is that within the ValidateSetting ...

Resolution retrieval issues caused by multi-monitor hot-swapping.

UE - Rendering Architecture - RHI - Feb 24, 2025

I looked into the underlying code, and it seems that this situation is not well handled. One possible solution is to trigger EnumAdapters() when the system fires the WM_DISPLAYCHANGE message. This ...

MaxDrawDistance set by CullDistanceVolume is lost on saving sublevel

UE - World Creation - Worldbuilding Tools - Feb 21, 2025

The UpdateCullDistanceVolumes behavior when saving was changed by CL-36588597. Only CullDistanceVolumes in the same sublevel can affect Max Draw Distance. ...