Loading blueprint with soft actor reference during PIE corrupts data

UE - Foundation - Core - EditorLoader - Jun 13, 2024

The Soft Object Path loading code has special case logic for loading from Play In Editor, which tries to remap paths from the editor version of a map to instead point to an actor in a specific clien ...

Render in Movie Render Queue with High Resolution Tiling Overlap causes dark pixels

UE - Anim - Sequencer - MRQ - Jun 13, 2024

From UDN: thanks for your reply. I have attached a very basic scene with a MRQ settings preset. The only thing I have changed in the scene is that I've set the Camera Exposure to manual, as it do ...

Deploy device not saved in Project Launcher

UE - Editor - Jun 13, 2024

The deploy device selected in project launcher custom profile does not get saved. After restarting the editor, all selections are cleared, and have to be re-selected in the deploy device every time. ...

Lyra: GA_Melee uses disallowed NetMulticast RPC for melee impact sound

UE - Gameplay - Gameplay Ability System - Jun 13, 2024

The melee gameplay ability GA_Melee uses a NetMulticast RPC which isn't allowed and causes a blueprint validation error: GA_Melee.uasset: Gameplay Abilities are not replicated to Simulated Proxies ...

Infinite saving loop with material attributes and VT

UE - Rendering Architecture - Materials - Jun 12, 2024

UDN: [Link Removed] ...

Usd wrapper uses TCHAR_TO_ANSI conversions causing path issues with basic extended ASCII character set

UE - Editor - Content Pipeline - USD - Jun 12, 2024

It seems that a simple change from TCHAR_TO_ANSI to TCHAR_TO_UTF8 in UE::FUsdStage OpenStageImpl() fixes the issue. ...

UnrealFrontend does not store the last project used.

UE - Platform - Console - UnrealFrontend - Jun 12, 2024

In pasts unreal engine versions like 5.2 or 5.3, when you loaded a project with UnrealFrontend, the uproject was saved inside the Engine.ini file. In version 5.4 it does not get saved and you need t ...

[Interchange] Adding fbx file to monitored folder triggered legacy import

UE - Editor - Content Pipeline - Import and Export - Jun 12, 2024

The import dialog window is the legacy one and not the Interchange one. Auto reimport of modified FBX seems to be working properly with legacy or interchange selected depending on the CVar Rep ...

Output velocity on translucent objects does not work properly

UE - Rendering Architecture - Materials - Jun 12, 2024

From UDN: [Link Removed] There is a bug in the output velocity for translucent objects in Unreal Engine 5. Specifically, when a material instance has the "output velocity" override flag enabled, bu ...

Unable to fix up redirector of assets used in level instances

UE - World Creation - Worldbuilding Tools - Level Instances - Jun 12, 2024

If another persistent level is open, the fix up can work. ...