UMG class in Widget Interaction Component does not respond to OnClick in multiplayer environment

UE - Editor - UI Systems - Oct 5, 2016

OnClick will not fire when interacted with a Widget Interaction Component. ...

Blueprint Editor: BP functions display dropdown instead of checkboxes for uint8 enum parameters

UE - Gameplay - Blueprint Editor - Aug 8, 2017

I traced through the callstack and it looks like the problem is as follows:in order for the BP function to compile, its enum parameter must be uint8, because that is the only type supported by BP fu ...

Array of structs does not animate sub properties correctly in Sequencer.

UE - Anim - Sequencer - Oct 4, 2024

Support for animating arrays of structs should either be disabled, or supported. ...

Dynamic Mesh component collision detection isn't treated like a volume

UE - Simulation - Physics - Solver - Jul 7, 2022

Tested in //UE5/Main CL#20966071 with the same results. Dynamic Mesh component collision detection isn't treated like a volume. End Overlap fires when the character stops Overlapping the side of th ...

Objects do not retain their names when being Imported from a datasmith file

UE - Editor - Content Pipeline - Datasmith - Exporters - Apr 4, 2018

When importing static meshes from 3Ds Max into unreal the names of the static meshes will be retained in the scene but not within the content browser. It appears to simply number the objects from 1 ...

When using Ctr+A and The Ctr+C in the TwinStickPawn Buleprint it will crash

UE - Gameplay - Blueprint - Jan 5, 2015

When using a combination of Ctr+A and then Ctr+C in the pawn blueprint of the twin sticks project it will cause a crash. ...

On key down override not working for UMG

UE - Editor - UI Systems - Feb 10, 2016

The widget does not appear to grabbing focus or the on key down does not appear to be firing when a key in pressed. ...

External textures only work in pixel shaders

UE - Platform - Mobile - Nov 21, 2017

External textures currently only support pixel shaders, presumably because some platforms, such as Android only have pixel shader support. On other platforms this causes a regression though: For exa ...

UMG ListView doesn't propagate OnItemSelectionChanged events to its items

UE - Editor - UI Systems - Aug 21, 2018

"When using a UMG ListView widget, there seems to be two ways to be notified of item selection changes. An event on ListView which fires when the selection state of any item changes, and an event on ...

OnTextChanged event's tool tip needs more info/ is wrong

UE - Editor - UI Systems - Jan 29, 2019

The tool tip for On Text Changed for a text box appears to imply that only user interactivity will cause the event to fire (this is not the case). ...