[CrashReport] UE4Editor_CoreUObject!FPackageName::LongPackageNameToFilename() [packagename.cpp:381]

Tools - Jul 14, 2017

This is a common crash affecting users in 4.15 and 4.16. It appears to often occur while editing static meshes. User DescriptionsI was editing a mesh, added a socket, didnt immediately rename it, s ...

Reliable subobject creation bunch may overwrite previously received property on the actor

UE - Networking - Jun 21, 2024

This seems to occur because of how reliability and the retransmission of dropped data is handled in the engine. If a reliable bunch is dropped, the entire bunch will be resent, but any unreliable bu ...

Syncing Font Assets through Subversion can cause a crash

Tools - Jun 5, 2017

A licensee is having issues syncing their fonts folder from within the editor using Subversion. This issue only occurs with their Fonts folder; with the callstack they supplied, this leads me to bel ...

If using Launcher build, Advertising Identified (IDFA) code for iOS can NOT be disabled by project settings

UE - Platform - Mobile - Jun 18, 2019

By [Link Removed], user can disable IDFA without customizing engine code. But, if using Launcher build, the added settings( Enable Advertising Identified(IFFA) ) does NOT work correctly. Because eng ...

Cook fails when a MetaSound Source object is referenced utilizing FObjectFinder in C++

UE - Audio - MetaSounds - Apr 27, 2022

Android Cook fails when a MetaSound Source object is referenced utilizing FObjectFinder in C++ Repro Rate: 3/3 UATHelper: Cooking (Android (ASTC)): LogInit: Display: LogMetaSound: Error: Target int ...

UNetDriver server-side hitch results in ActorInfo->NextUpdateTime far into future

UE - Networking - Feb 16, 2024

A high UWorld::Tick DeltaSeconds (i.e. GameThread hitch) results in a high UNetDriver::TickFlush DeltaSeconds. This DeltaSeconds can high (many seconds) if the hitch is long. This value then affects ...

Animation Orientation does not Auto-Convert to UE4 Coordinates when Reimporting

OLD - Anim - Nov 23, 2015

Animation orientation does not auto-convert to UE4 coordinates when reimporting the same way it does when importing the same animation as a new import. In other words, a run animation generated from ...

BulkData Async loading remains in memory

UE - Foundation - Core - Oct 26, 2016

Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...

Editor Crashes on Opening After Deriving C++ Class from Another Class

UE - Foundation - Cpp Tools - Hot Reload - Sep 13, 2017

After deriving a C++ class from another class and then closing the editor, the project will crash when reopened. This crash will continue until the project files are regenerated and the project is r ...

Editor reports crashes and terminates for exceptions that would otherwise be cleared by structured exception handlers

UE - Foundation - Core - CrashReportClient - Jun 8, 2020

In 4.25.1, I added a vectored exception handler to capture unhandled exceptions to the Editor process. This handler runs too soon. It doesn't let the structured exception handlers run first where ma ...