Changing WITH_SUPSTEPPING prevents 4.10 from compiling

UE - Simulation - Physics - Nov 24, 2015

In the file EngineDefines.h, changing 37 to read "#define WITH_SUBSTEPPING 0" will cause the solution to fail the build process. ...

Fix PrimitiveComponent overlap indirection

UE - Simulation - Physics - Sep 27, 2016

When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...

HTML5 cannot package on Windows 10

UE - Platform - Mobile - Jul 29, 2016

HTML5 is not packaging or launching onto browsers in 4.12.5 on Win10 machines. ...

Fix AGameModeBase::GetGameSessionClass

UE - Gameplay - Dec 5, 2016

AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...

Performance regression from 4.10 to 4.11 on Sony Xperia M4 Aqua

UE - Platform - Mobile - May 27, 2016

User reports that on the Sony Xperia M4 the FPS have decreased from about 25 down to 5 after upgrading to 4.11. ...

Cull Distance Volumes do not effect Blueprints or Skeletal Mesh Actors

UE - Graphics Features - Jul 31, 2014

CHANGELIST: 2181118 BRANCH: UE4 https://udn.unrealengine.com/questions/166371/cull-distance-volume-bug.html DESCRIPTION: Cull distance volumes don't seem to cull blueprints or meshes inside a bluep ...

Fixing a Blueprint's compilation error after editor reload causes instances to lose transform

UE - Gameplay - Blueprint - Feb 23, 2023

Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...