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 ...

[CrashReport] Crash while snapping multiple actors at once

Tools - Aug 29, 2017

Crash occurs when selecting all actors and pressing "End" to snap them to the floor. This doesn't occur if you create a blank map and add a few actors to it. The specific conditions may need to be ...

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 ...

When duplicating the last point in a closed-loop spline, its metadata is inserted at the wrong index

UE - Editor - Workflow Systems - Nov 1, 2023

The SplineComponentVisualizer allows users to alt+drag on a spline point to duplicate it. When this is done on the last point of a spline marked as "closed-loop", the new point is correctly added at ...

When using object lit by the Indirect Lighting Cache sometimes the cache will not load correctly for movable objects when a level is streamed that contains a landscape

UE - LD & Modeling - Terrain - Landscape - Jun 26, 2015

When setting up a scene with a persistent level and any sublevel that contains a landscape that is loaded via load stream level node in the level BP can cause the ILC to not be correctly assigned fo ...

Landscape 'crack free displacement' option causes landscape layer coords and UVs to be wrong

UE - LD & Modeling - Terrain - Landscape - Aug 25, 2015

If you check the 'crack free displacement' option in a landscape material, it seems to break the results of both the landscape layer coords and regular UV input node. Worldposition is not affected. ...