[CrashReport] UE4Editor-Core.dylib!FTextHistory::Rebuild(TSharedRef<FString,()

UE - Platform - Apple - Aug 15, 2017

This is a trending Mac crash in 4.17.0 that has also occurred with some frequency since at least 4.14. I have not been able to identify any matching callstack occurring on Windows, although it does ...

[CrashReport] Linux crash - FScopeContext::FScopeContext()

UE - Platform - Linux - Oct 5, 2017

This is a somewhat common Linux crash occurring in 4.17.2. (there are a few older records in 4.16.2 and 4.17.1 also, but most occur in 4.17.2) Callstack from Log[2017.10.04-14.49.42:768][ 2]LogFi ...

Renaming a level containing Text3DComponent can cause crash

UE - Virtual Production - Jan 6, 2023

BuildTextMesh function queued as AsyncTasks may be called during saving (renaming) a level containing Text3DComponents.  The following workaround fix the problem. void UText3DComponent::BuildTextMe ...

ShooterGame: Unable to Find Hosted Match over Wi-Fi on Android

UE - Networking - Jul 27, 2018

Android devices cannot find a hosted match over Wi-Fi (IPv4) from another Android device despite being connected to the same Wi-Fi network with matching subnets. The host prints the following messa ...

Deadlock in UPhysicalAnimationComponent::UpdatePhysicsEngineImp

UE - Simulation - Physics - Sep 13, 2023

Deadlock in Chaos during PIE; the main thread is in USkeletalMeshComponent::HandleExistingParallelEvaluationTask waiting for a task to complete, and a worker thread is running that task and is in US ...

wire import crash on file generated by alias 2021.3

UE - Editor - Content Pipeline - Import and Export - Jul 20, 2021

Our company has updated Alias to 2021.3.1 and now Datasmith crashed when importing .wire files. Previously we had Alias 2019 and Alias 2021.1 installed. Now just Alias 2021.3.1 and then the issue be ...

D3D12 uses a lot more memory than D3D11

UE - Graphics Features - Nov 4, 2015

We’re aware of some extra memory usage in the DX12, but 100% more is more than we’ve seen! I think it’s multiple sources that is causing the increase in usage but not all are known. For example, I’v ...

Compilation error when using Particle SubUV in Niagara Mesh Particles with Raytracing enabled.

UE - Niagara - Oct 12, 2021

The licensee has shared the following workaround for modifying NiagaraMeshVertexFactory.ush. struct FVertexFactoryInterpolantsVSToPS { TANGENTTOWORLD_INTERPOLATOR_BLOCK #if USE_PARTICLE_SUBU ...

Failed to build in Github UE4.27.0.

UE - Simulation - Physics - Aug 30, 2021

Failed to build UE4.27.0 with Win64/Development Editor.  Can avoid this error that excluding the project from build configuration. (Solution UE4->Properties->Configuration Properties->Configuratio ...

Linked Anim Graph in Post Process Anim BP does NOT work after remove ControlRig Track

UE - Anim - Rigging - Control Rig - Oct 11, 2022

After remove control rig track from the skeletal mesh, Linked Anim Graph in Post Process Anim BP of the SK Mesh does NOT work. This issue can be fixed by the following code.// add #include "Anima ...