Crash when force deleting Dataflow Graph

UE - Editor - Workflow Systems - Jul 31, 2023

When force deleting a dataflow graph with the dataflow graph editor open it will crash the engine. This issue is occurring in Binary //UE5/Release-5.3 @ CL 26560699 This issue is occurring in Binar ...

Setup command not downloading GitDependencies on arm64 Mac

UE - Platform - Apple - Jul 26, 2023

When running setup command on an M1 arm64 mac the dependencies fail to download. This issue is occurring in Github //UE5/Release-5.3 @ CL 26560699 This issue is NOT occurring in Github //UE5/Rele ...

LogUMG: Error: The requested size for SRetainerWidget is 0. W:739 H:0 when opening or updating a curve using the StackedCurve view

UE - Anim - Sequencer - Feb 6, 2023

The following error is generated in the Output log whenever a Wave Table is opened or any of the graphs are modified. It also occurs when adding an Input to a Sound Modulation Parameter patch or add ...

Fix TSR velocity extrusion on rotating

UE - Graphics Features - Aug 3, 2023

Compiler warning after renaming variable in animation template

UE - Anim - Runtime - Anim Blueprints - Aug 15, 2023

See UDN: [Link Removed] ...

Geometry collection - source geometry not updating and reset bug

UE - Simulation - Physics - Aug 17, 2023

This issue was reported by a customer trying to modify the static meshes of a GeometryCollection. After removing some meshes from the Geometry Source, he used the Reset button to apply the changes t ...

drag the progress bar in level sequence would crash in debug editor

UE - Anim - Sequencer - Aug 17, 2023

it seems in FSequencerTimeSliderController::ComputeFrameTimeFromMouse the CursorPos is -nan ...

GAS: Removing an AttributeSet followed by removing an active GameplayEffect results in client crash

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

Gameplay Ability System Standalone: Removing an attribute set and then removing an active gameplay effect that has a modifier for an attribute from that set results in a crash. Currently, one must ...

[AI] BehaviorTreeEditor crash when swapping from Behavior Tree to Blackboard view.

UE - AI - BehaviorTree - Aug 24, 2023

The first time that a Behavior Tree editor window changes from the tree to the Blackboard can cause a crash if you add and remove a key from the Blackboard via a different Behavior Tree editor windo ...

The getter/setter function bAllowRightClickDragScrolling incorrectly refers to AlwaysShowScrollbarTrack

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

UScrollBox::AlwaysShowScrollbarTrack has its own getter/setter function (SetAlwaysShowScrollbarTrack/IsAlwaysShowScrollbarTrack). In another property for UScrollBox::bAllowRightClickDragScrolling, ...