Collision problem in nativized blueprint

UE - Simulation - Physics - Jan 29, 2019

Issue reported by one of our licensee on the Japanese UDN https://udn.unrealengine.com/questions/480660/view.html ...

Duplicating an overridden function graph causes input/output pins to double

UE - Gameplay - Blueprint Editor - Aug 16, 2019

This is caused by the same thing that causes this: https://jira.it.epicgames.net/browse/UE-58390 FBlueprintEditorUtils::PromoteGraphFromInterfaceOverride is the cause of this behavior  ...

Inline color picker doesn't end transaction

Tools - Aug 20, 2020

Inline color picker doesn't end it's transaction. Looks to be a regression from: https://jira.it.epicgames.net/browse/UE-84386 ...

Toggling game view does not hide icons/assets in viewports outside of perspective view

Tools - May 2, 2016

Toggling game view does not hide icons/assets in viewports outside of perspective view that would not be visible in game mode. Regression (No) issue (does) occur in 4.10.4 ...

Cloth Asset - Cloth bounces off wildly during the rendering of a sequence in MRQ.

UE - Simulation - Physics - Character - Jun 26, 2024

The motion blur rendering is causing some issues when rendering the cloth asset as the timestep wildly changes without the number of substeps being increased, The movie pipeline code needs to man ...

UBT crashes when doing an incremental build

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 9, 2017

There is a consistent crash when incrementally compiling headers containing generated code. The code for launching UHT accesses a property which is null when compiling with the UBT makefile. ...

Debug Helpers no longer drawn indefinitely if life time is set to 0 or less

UE - Graphics Features - Sep 10, 2018

Setting the lifetime for one of the visual debug helpers (a sphere was used in the repro, but the results should be similar for any of the debug helpers) to a value of 0 or less should make the debu ...

4.11 Souce does not compile for Chinese Region

UE - Graphics Features - Apr 20, 2016

If the computer's region is set to Chinese, building the 4.11 engine from GitHub source will fail. Local test failed to build ShaderCompileWorker Community reports fail due to an improper characte ...

Not including StarterContent/Templates prevents engine .cpp files from appearing in project VS

UE - Foundation - Core - May 26, 2016

If either/both of the "Starter Content" or "Template and Feature Packs" checkbox's are not selected when installing/updating 4.12 from the Launcher, the engine .cpp files will not show up in Visual ...

Animations don't update on the first frame of shots

UE - Anim - Sequencer - Jul 11, 2018

Looks like this only happens for shots. I think this is because the tick prerequisites get set up on the frame of evaluation, and the skeletal mesh component doesn't get ticked until the next frame. ...