Lyra standalone game instance crashes when Player #2 equips new weapon

UE - Gameplay - Input - Apr 5, 2022

Discovered while testing Lyra project for //UE5/Main - Foundation Shelf - FAssetDataGatherer Stall Fix Smoke. This issue is NOT dependent on the shelf and occurs without the unshelved files. This ...

After upgrading to 4.7 from 4.6, one of the Blueprints in this user's project will not save its Replicates setting

UE - Gameplay - Blueprint - Mar 4, 2015

One of the Child Blueprints in this user's project will not save its Replicates setting. The Blueprint (apa_room01) is a child of MasterRoom, which has Replicates enabled. When apa_room01 is first o ...

Non-Power of 2 images are not rendering on iOS devices

UE - Platform - Mobile - Feb 2, 2015

If you create a UMG with an image in the Umg that is not a power of 2, The image will not appear on an iOS device. Tested this on a Android device (Nexus 5 with ETC1 and ATC. PVRTC will not allow t ...

Package game and standalone game crashing (possibly related to UE-6766)

UE - Gameplay - Dec 23, 2014

Crashes in UGameplayStatics::GetPlayerController, probably because World is NULL. When you package this vehicle game setup or play in standalone, the game will crash. 4.6.1 release crash (Standalo ...

Clothing Data Cannot Be Created If The Old Data Was Deleted While Applied

UE - Simulation - Physics - Character - Jan 16, 2020

When you delete clothing data on a skeletal mesh before removing it you cannot apply new clothing data. The engine still thinks that there is clothing data is applied. I tested using the Paragon: Tw ...

Alembic Geometry Cache is corrupted on reopening of project leading to crash

UE - Foundation - Core - Dec 20, 2016

Alembic Geometry Cache crash when re-opening the project and a map that contains this asset or adding it to any existing/new levels will instantly crash the editor. This asset works correctly in the ...

Window to select Skeletal Mesh does not pop up when editing a new IK asset

UE - Anim - Rigging - Retargeting - Apr 26, 2023

When opening a new IK rig, the window that prompts the user to select a skeletal mesh does not open immediately. However, a skeletal mesh can still be selected in the details panel in the IK window. ...

Crash when loading the tutorials for 'Landscape Painting Mode' and 'Landscape Sculpting Mode'

Tools - Jun 6, 2017

A crash occurs when starting either the Landscape Painting Mode or Landscape Sculpting Mode tutorials. It crashes even if a landscape is already in the level. This is similar to [Link Removed], h ...

[CrashReport] Integer divide-by-zero | RHIGetRenderQueryResult() [d3d11query.cpp:59]

UE - Graphics Features - Aug 29, 2017

This is a common and longstanding crash that has occurred since at least the 4.15 release and has affected more than 200 users. User Descriptionsafter opening a projectwas just trying to start a pr ...

Bound Variables In UMG Are Deleted As Unused If Not Used In The Graph Window

UE - Editor - UI Systems - Mar 18, 2020

If a variable is bound in the Design Window of a User Widget asset it will be deleted if you use the menu option "Delete all unused variables". Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9 ...