A licensee is seeing an issue with a couple of post process materials after enabling ray tracing. While the materials presenting the issue fail to compile for different reasons, they both refernce t ...
This is a trending Mac/Metal crash in the 4.18 release, although although it has existed with low frequency since at least the 4.16 release. Users have not provided any descriptions of their actions ...
There is a crash that will occur when an empty Anim composite asset is being referenced in the Mesh component attached to a BP actor within a level sequence. Crash also occurs in Live 5.4.4 - not a ...
This is a somewhat common but longstanding Mac crash that has affected users since at least 4.13. Recently in 4.17.1, the crashes are all occurring in various ARKit projects User DescriptionsI add ...
This is an infrequent Mac crash in 4.18.1. Users have not provided any descriptions. Callstack from Log2017.11.27-02.08.07:839][947]LogMaterial: Missing cached shader map for material FLightmassMat ...
Sculpting a landscape densely covered in foliage crashes editor after freezing. Frequency: 2/2 crashreporter: N/A Additional CrashReporter - [Link Removed] ...
[External Code] UnrealEditor-Core.dll!FEventWin::Wait(unsigned int WaitTime, const bool bIgnoreThreadIdleStats) Line 1515 C++ UnrealEditor-Engine.dll!FAsyncTaskBase::WaitCompletionWithTimeout( ...
The "DisableDebugCamera" node and the "ExecuteConsoleCommand" node with "ToggleDebugCamera" in the Command field do not disable an enabled Debug Camera. Found in 4.22.3 CL#7053642 Reproduced in 4.2 ...
It seems like if replication is re-enabled for a given property, its state should be force synced (depending on replication conditions). Otherwise, the state will remain "out of sync" for an indeter ...
The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...