Load Error with DeferredDependencyLoading

UE - Gameplay - Blueprint Editor - Jun 19, 2022

If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...

Content browser asset import:If importing only one asset, make sure it selected in the content browser

UE - Editor - Content Pipeline - Import and Export - Sep 27, 2022

Selecting the just imported asset will speed up workflow. Fix should be done for legacy and interchange importer ...

FEnhancedActionKeyMapping struct has incorrect comparison results

UE - Gameplay - Input - Nov 11, 2022

The fix for this is to override the  FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...

Array inputs on event dispatcher cause a compiler note.

UE - Gameplay - Blueprint - Apr 13, 2017

Looks related to [Link Removed], but it appears that something was overlooked. Probably requires a similar fix for the delegate node. ...

TextBox widget renders differently when in a Retainer Box

UE - Editor - UI Systems - Apr 18, 2017

REGRESSION: Yes, does not occur in 4.15. When a TextBox is wrapped in a Retainer Box, it appears faded when rendered in the viewport. ...

Checkerboard pattern overlay in viewport of ContentExamples on Mac

UE - Graphics Features - May 2, 2017

There is a checkerboard pattern shown in the viewport of ContentExamples on Mac. This does not occur in //UE4/Release-4.15 on CL 3416026. ...

Vive: Trigger haptic has a low chance to not play

UE - Platform - XR - Feb 17, 2018

Occasionally the haptics will not response to a trigger pull on the vive wands. It's about 2/15 will skip response. ...

SteamVR - Packaged project does not scale to monitor bounds

UE - Platform - XR - Oct 4, 2019

Packaged projects will not match monitor resolution when SteamVR is being used. STEAMVR 1.7.15 used ...

I get a compile error when using Particle SubUV nodes and tessellation.

UE - Niagara - Oct 6, 2021

I think tessellation will be discontinued in the future, but I will report it just in case. The licensee is not keen on fixing this problem. ...

Crash when getting input action value from a component

UE - Gameplay - Input - Nov 30, 2022

NOTE: I have been unable to repro this locally, but the crash is because of a null de-reference so we can at least add that to fix up the issue for them.  ...