EnumRedirections from a Blueprint enum to a c++ enum does not redirect everything correctly.

UE - Foundation - Core - Aug 20, 2024

There is an engine bug when using the EnumRedirects feature inside a config file. If we have a Blueprint Enum used in our blueprints, and we want to convert all the Blueprint enum references to a C+ ...

Destructible mesh does not trigger overlap event for objects/pawns that are not moving

UE - Simulation - Physics - Destruction - Dec 12, 2014

DESCRIPTION: When using the generate overlap events for a destructible mesh with Static Mesh or skeletal mesh that is not moving will not generate an overlap event to be triggered. So long as the me ...

Editor Crashes when copying/pasting a custom event function that was within a separate function to an event graph if the custom event was created in another blueprint

UE - Gameplay - Blueprint - Jan 16, 2015

Editor crashes when a custom event node is called as a function within a different blueprint in a separate function, then copied and pasted into the event graph of the second blueprint, the executio ...

[CrashReport] UE4Editor_CoreUObject!UObjectBaseUtility::GetOutermost() [uobjectbaseutility.cpp:118]

UE - LD & Modeling - Terrain - Landscape - Jun 6, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...

Game Crash when switching to full screen in Game with Sumsung Odyssey HMD device connected

UE - Platform - XR - Nov 26, 2019

crash log from lincesee: [2019.11.11-10.34.30:123][228]LogOutputDevice: Warning: Script Stack (0 frames): [2019.11.11-10.34.30:123][228]LogWindows: Windows GetLastError: 操作成功完成。 (0) [2019.11.11-1 ...

Crash when Previewing specific LODs within Static Mesh Editor at certain Screen Resolutions

Tools - Oct 27, 2016

A crash occurs when attempting to preview specific LODs when the monitor resolution forces the menu to be expanded when selecting an LOD. This Jira was created from CrashReports submitted by the pu ...

[CrashReport] Assertion failed: GetOuter()==NULL in UE4Editor_Core!FText::IsEmpty

Tools - Apr 17, 2017

This is a top 10 crash affecting many users. It is believed it may be related to the auto listen / reimport feature. The callstack shares similarities to past tickets, such as:[Link Removed][Link R ...

Once an actor channel is closed by NetCullDistance, root motion movement synchronization stops working

UE - Networking - Jul 12, 2021

Properties that uses DOREPLIFETIME_ACTIVE_OVERRIDE (ex. RepRootMotion ) will also skip replication when an actor channel is newly opened. This means that if the variables on the server side do not c ...

Crash on iOS9 when using Apple's CFNetwork library

UE - Platform - Mobile - Dec 6, 2016

Many clients have hit a crash due to an Apple library using operator delete on a memory block that was not allocated with operator new. This happens with the following callstack on iOS9 in UE4.13 o ...

MotionWarping does not recognize new MontageInstance with the same montage

UE - Anim - Gameplay - Jan 11, 2023

When the same AnimMonotage is played again while moving with MotionWarping & RootMotion, UAnimNotifyState_MotionWarping does not recognize it. From licensee: The issue was that in URootMotionMod ...