[CrashReport] UE4Editor_VulkanRHI!VulkanRHI::VerifyVulkanResult() [vulkanutil.cpp:357]

UE - Graphics Features - Nov 10, 2017

This is a low frequency crash that has occurred since at least 4.14 User DescriptionsStarted with vulkan.. crashed immediately.Activated vulkan, and moved around. Only that.I imported a 3d model in ...

[CrashReport] UE4Editor_Core!FMath::ComputeBaryCentric2D() [unrealmath.cpp:1951]

UE - Simulation - Physics - Character - Nov 2, 2017

This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. The error message and callstack closely matches to past ...

Creating a new C++ class derived from Instance Foliage Actor fails to link

UE - Foundation - Cpp Tools - Live Coding - Oct 5, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL 18319896 Creating a new C++ class derived from Instance Foliage Actor fails to compile. User reported this issue after they tried to includ ...

Unexpected Specular Highlights using Area Lights on Surfaces with strong Normals at Low Glancing Angles

UE - Graphics Features - Apr 17, 2017

A licensee is reporting shimmering specular highlights on the surface of a mesh with an Area Light while using MSAA, FXAA, or no AA settings. This occurs in the Forward and Deferred Renderer. It wa ...

OnObjectPropertyChanged Firing Excessively when FText is Bulk Edited

UE - Editor - Jun 28, 2023

If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...

Blueprint NAND node should not be associative.

UE - Gameplay - Blueprint - Jan 6, 2016

NAND is not an associative operation, so it should not use the markup that makes N+1 input nodes work by calling the underlying function N times. This was brought to light here: https://udn.unreale ...

Jumping after walking off a ledge does not allow for Max number of jumps

UE - Gameplay - Oct 18, 2016

If the max number of jumps is 'n', jumping from the ground allows for 'n' jumps, but walking off a ledge and then jumping only allows for 'n-1' jumps. Ex: If Jump Max Count is set to 3 (triple jump ...

Oculus Quest Link with OpenXR fires action events multiple times when multiple action events are bound to the same key

UE - Platform - XR - Jul 14, 2021

From a developer: If the same key is mapped to N action events all the mapped events fire N times. This issue only exists with the OpenXR plugin enabled and does not occur for any keyboard/mouse i ...

Crash Creating Geometry Collection on Windows 7

UE - Simulation - Physics - Oct 24, 2019

Crashing on windows 7 when trying to create a geometry collection or opening the chaos destruction demo. Breaking on D3D11Util.cpp: Line 249 UE_LOG(LogD3D11RHI, Fatal,TEXT("%s failed \n at %s:%u \n ...

BPGC GetPreloadDependencies() may be excluding non-DSO archetypes

UE - Gameplay - Blueprint - Apr 10, 2023

Currently, UBlueprintGeneratedClass::GetPreloadDependencies() is only inclusive of subobjects instanced via CreateDefaultSubobject(). We may need to broaden it to include RF_ArchetypeObject and/or ...