Widgets are removed from viewport on server travel

UE - Editor - UI Systems - UMG - Aug 3, 2023

The GameViewportSubsystem removes all widgets from the viewport in UGameViewportSubsystem::HandleRemoveWorld which is bound to the FWorldDelegates::OnWorldBeginTearDown and FWorldDelegates::OnPreWor ...

A static mesh far from the origin appears to wobble in PIE

UE - Rendering Architecture - Aug 3, 2023

It seems that the numbers are rounded in VertexFactoryCommon shader. The cube consists of vertices that are very far from the origin and are placed on the screen by placing them at coordinates that ...

GAS: GameplayCueNotify OnActive executed twice for Duration GEs on Standalone+ListenServer

UE - Gameplay - Gameplay Ability System - Aug 2, 2023

When playing Standalone or as Listen Server, whenever a GameplayEffect with a duration is applied that fires gameplay cues, the server will locally execute OnActive twice on GameplayCueNotify_Actors ...

FcomponentVisualizer::ShowWhenSelected() has no effect

UE - Editor - Workflow Systems - Aug 2, 2023

FsplineComponentVisualizer inconsistent selection/deselection behavior in the Level Editor

UE - Editor - Workflow Systems - Aug 2, 2023

It seems to be more intuitive if the component is selected on the Details Panel when activating a ComponentVisualizer in the Level Editor viewport. This is what happens in the Blueprint Editor’s Com ...

Exclude Default Property Tracks array only excludes last element

UE - Anim - Sequencer - Aug 1, 2023

Only the last element of this array is taken into account when adding defaults tracks. It looks like in FLevelSequenceEditorToolkit::AddDefaultTracksForActor a map is built mapping the property owne ...

ImageSize in Image widget is not set when setting a texture as a brush

UE - Editor - UI Systems - UMG - Aug 1, 2023

Since FDeprecateSlateVector2D has been implemented in 5.2, the following function calls will always fail. Therefore, the ImageSize is not updated. This problem does not occur in 5.1.   void SBrus ...