Stop using power of 2 RTs for landscape edit layers

UE - LD & Modeling - Terrain - Landscape - Apr 4, 2023

Result : all the RTs allocated for edit layers (in global merge mode) will be padded to the next power of 2 for no good reason, which can lead to out-of-VRAM (as reported by [Link Removed]) ...

GPU Particles flicker when using 2 Nvidia GPUs in SLI

UE - Graphics Features - Jan 20, 2017

Pick any game with GPU particles. Set the executable to run AFR mode 2 from Nvidia control panel. Look at GPU particles. ...

Unreal Remote 2 does not send information about motion control

UE - Platform - Mobile - Aug 25, 2018

Unreal Remote 2 does not give information on motion control to PC. This is different from the description of the application. Use this application alongside Unreal Engine to view and control the de ...

Integrate VirtualBones crash fix into next release patch

OLD - Anim - Jun 7, 2017

Athomas reached out to me with a crash he was having when trying his 'Automatic Sync Marker AnimModifier' on a Skeleton that had Virtual Bones. It was verified that this only happens when Virtual B ...

Instance changes no longer propagating to ChildActor after updating from 4.11.2

UE - Gameplay - Jun 13, 2016

Function parameters do not appear to pass the correct information after updating from 4.11.2 ...

BSP not rendering correctly on Android device Galaxy Note 2

UE - Platform - Mobile - Aug 6, 2014

Repro steps: 1. Create a new project with Third Person C++ Template. 2. Build Editor 3. Build Android 4. Cook the default map with ETC1 5. Deploy to the device and launch. No BSP is being rendered a ...

Crash occurs when an element of a fixed-size FText array is edited in a Blueprint.

UE - Gameplay - Blueprint - Jan 23, 2017

The Editor can crash if a fixed-size FText array is created. Attempting to edit one of the values of the array in a Blueprint will result in a crash. ...

ContentExamples: PhysicalAnimation Example 1.2 the P in "BluePrint" is capitalized

Docs - Samples - Jan 19, 2017

The P in "BluePrint" is capitalized in Example 1.2 of PhysicsAnimation level. The word Blueprint should match the documentation https://docs.unrealengine.com/latest/INT/Engine/Blueprints/index.htm ...

Changes to AActor::SetReplicates caused Role/RemoteRole replication fix to regress

UE - Networking - Jul 14, 2022

There was a recent bug report that matched the description of some older cases (see linked UDN). The issue raised in those cases, [Link Removed], had been fixed, but the recent question seemed to in ...

FMD5::Update can crash when used with packages larger than 2^31

UE - Foundation - Core - Cooker - Dec 21, 2018

This bug was reported by Nurulize on UDN: UPackage::Save calls FMD5::Update at line 5918 The bug comes from the fact that Writer->TotalSize() is int64 vs the 2nd parameter of FMD5::Update which ...