World-space widget components drawing at desired size won't draw any smaller than 100x100

UE - Editor - UI Systems - UMG - Apr 19, 2022

Widget components set to "draw at desired size" won't draw any smaller than 100x100. This looks to be related to the hard-coded desired size of the SPopupLayer (callstack attached). This problem did ...

Last frame pose is not evaluated when playing Anim Montage with Blend Out Time of 0 in AnimNodeSlot

UE - Anim - Gameplay - Apr 26, 2022

When playing AnimMontage with BlendOutTime set to 0.f with AnimNode_Slot of AnimBP, it seems that the last frame pose may not be evaluated. this issue does not occur in high frame rate and does not ...

Material slot assignment incorrect after mesh reduction completely removes all triangles from a section

UE - Editor - Content Pipeline - Asset Build - Apr 28, 2022

When mesh reduction results in a section becoming empty, the material slots are incorrectly assigned. e.g. if section 0 gets removed due to it having no triangles after reduction, then its material ...

Editor queries source control for files outside the project or engine

UE - Platform - XR - May 12, 2022

When using SVN as SSP, the following warning will be output to the log LogContentStreaming: Texture pool size now 1000 MB LogSourceControl: Attempting "svn status --show-updates --verbose --xml "/ ...

Unable to override private Blueprint variables in child classes

UE - Gameplay - Blueprint - Jun 16, 2022

In UE4, "Private" for Blueprint variables was misnamed: its behavior actually meant "Protected". In other words, it can't be read or written to by external objects, but it can be by derived types. A ...

Platform-specific defines not picked up by Intellisense

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 31, 2022

With the way PLATFORM_XSX, PLATFORM_PS5 etc. are defined, it seems intellisense doesn't know about them, because the .vcxproj only references the Win64 version of Definitions.h, and they are defined ...

3D Transformation Widget Unusable at Very Large Scales

UE - Editor - Workflow Systems - Sep 13, 2022

When using a Transformation Widget in a Blueprint, the size of the widget seems to be some kind of product of size in screen space, object scale, and the transform widget scale that makes it much to ...

Disabling Cast Static Shadows on Stationary Lights causes dynamic shadows to not render

UE - Graphics Features - Shadows - Jan 3, 2023

Regression: Tested in UE5/Release-5.1, this issue occurs as well. The shadows render properly for the sphere when Virtual Shadow Maps is set as the Shadow Method, as well as when Ray Traced Shadows ...

Allow extending World Partition streaming partition class

UE - World Creation - Worldbuilding Tools - World Partition - Apr 19, 2023

Component Visualizer EndEditing() never called in Blueprint viewport

UE - Gameplay - Blueprint Editor - Jun 30, 2023

User reports difference in ComponentVisualizer behaviour between level viewport and blueprint editor viewport. Details and repro in the referenced UDN ticket. ...