IME input is ignored when There are some lines in MultiLineEditBox

UE - Editor - UI Systems - Slate - Dec 17, 2024

This problem is reproduced on other widgets using MultiLineEditBox. ex.) description in source control commit log pane, comments in blueprints, etc. ...

Draw Debug String doesn't render text outside of play

UE - Editor - UI Systems - Dec 13, 2024

When calling the Draw Debug String node outside of play, no text is visible in the viewport. This occurs with Editor Callable functions on placed blueprints as well as from Editor Utility Widgets. ...

Sequencer events with a payload of struct containing Object do not work

UE - Anim - Sequencer - Dec 12, 2024

A structure containing Object as a parameter is misrecognized as a single Object and loses the parameter. This behavior was brought in by CL-27785664. ...

The "Make Static Mesh" feature for skeletal meshes does not account for disabled mesh sections.

UE - Anim - Mutable - Dec 11, 2024

The licensee was not able to make static meshes with the correctly disabled sections from a skeletal mesh in the current implementation of the "Make Static Mesh" button in the editor. They have prov ...

Modifying the properties of a ChildActorComponent in a child blueprint can modify the parent actor ChildActorComponent properties.

UE - Gameplay - Blueprint - Dec 10, 2024

When a property of a ChildActorComponent is modified in a child class, the parent ChildActorComponent class can also get modified. This happens when the Parent blueprint actor has a ChildActorCompo ...

GAS: OnTagUpdated() not called when calling SetLooseGameplayTagCount()

UE - Gameplay - Gameplay Ability System - Dec 10, 2024

Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...

Editor Crash When Using FRequestPlaySessionParams GlobalMapOverride To Load World Partition Map

UE - World Creation - Worldbuilding Tools - Data Layers - Dec 6, 2024

The licensee has been using a custom CVAR to launch directly into PIE for a world partition level. Since updating to 5.4, this now causes an editor crash. The main factor appears to be whether or no ...

VR Preview crash when shadow quality is set to low

UE - Platform - XR - Dec 5, 2024

[/Script/Engine.RendererSettings] r.Tonemapper.Sharpen=2 r.TemporalAA.Upsampling=False r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.LightPropagationVolume=0 r.ReflectionCaptureRe ...

When trying to snap selected foliage down to the ground using end key, if the mesh has collision complexity to "Use Simple Collision As Complex" and foliage collision preset to "BlockAll", the foliage selected will not move.

UE - World Creation - Worldbuilding Tools - Foliage - Dec 5, 2024

Using the "end" key on foliage selected with collision preset to "BlockAll" and the mesh collision complexity set to "Use simple Collision as Complex", the foliage will not move. This is wrong becau ...

A UFactory supporting '.flt' files interferes with the texture factory.

UE - Editor - Content Pipeline - Import and Export - Dec 5, 2024

Hi, I’ve written a plugin to enable loading of OpenFlight models into UE5 and have some snags that I could do with help to resolve.Plugin/Texture Interference: Created the plugin using a UFactory d ...