Some Planar Reflections not working on more than one surface if it's a single mesh

UE - Graphics Features - Nov 2, 2016

Planar Reflections only work with a single surface or limited surfaces when it's a single mesh vs multiple meshes making up the piece. Attached is a sample project that will show the issue. Level ...

[CrashReport] UE4Editor_Landscape!ALandscapeProxy::PostEditChangeProperty() [landscapeedit.cpp:3692]

UE - LD & Modeling - Terrain - Landscape - Jul 19, 2017

This is a common crash affecting users in 4.16. Unfortunately they have not provided any additional details. Source Context 3684 // Remove null layer infos 3685 EditorLayerSettings ...

[CrashReport] FGenericPlatformMemory::OnOutOfMemory | TArray<FCompressedChunk,FDefaultAllocator>::ResizeTo

UE - Foundation - Core - Jul 20, 2017

This is a common crash affecting users in 4.16, and has occurred since at least 4.12 for more than 200 unique users. The callstack has similarities to [Link Removed], and as-such may be out of our ...

[CrashReport] UE4Editor_Slate!FSlateApplication::DrawWindowAndChildren() [slateapplication.cpp:1213]

UE - Editor - UI Systems - Slate - Nov 10, 2017

This is a longstanding crash that has occurred since at least 4.13. User DescriptionsI cant package. Every time I try, I get a crash and an "Unknown Error"failed to switch between game modes and af ...

Costs of Static Lights on Render Thread

UE - Graphics Features - Jun 9, 2016

A Japanese developer's making a scene that has over 4000 static point lights. They thought the lights don't affect rendering in runtime. But they realized the RenderThread's costs become bigger. I ...

Foliage frustum cull based on incorrect bounds size

UE - World Creation - Worldbuilding Tools - Foliage - Aug 22, 2016

When changing the static meshes of a Foliage instance by swapping the mesh or changing the scale (build settings) of the mesh, the bounds for the mesh do not appear to update to use the new bounds. ...

UnrealCEFSubProcess requires Visual Studio 2013 to be compiled

UE - Foundation - Cpp Tools - UnrealBuildTool - Oct 21, 2016

When trying to build the entire engine solution or UnrealCEFSubProcess directly, Visual Studio 2013 is required to be installed for UnrealCEFSubProcess to complete successfully. There is also an err ...

Blueprint's location reset to 0, 0, 0 after being detached in a network environment

UE - Networking - Apr 24, 2017

Attaching / Detaching a blueprint actor to a player in a network environment causes location errors when the detach occurs. Even without the attach events being replicated or the blueprint's movemen ...

Crash when quick binding a function in a class that extends LevelSequenceDirector

UE - Anim - Sequencer - Sep 16, 2020

The purpose was to create a Level Sequence Director inheritance class so that the same event could be reused in multiple sequencers. Attempting to quick-bind this base Level Sequence Director event ...

GAS and single process PIE: modifiable static variables accessed by server and client

UE - Gameplay - Gameplay Ability System - Nov 16, 2022

See: UAbilitySystemGlobals::HandlePreLoadMap GAS features static variables that are modified by both server and client, thus result in issues in single process PIE where they access the same memory ...