Editor Crashes When Using Set Replicates in the Construction Script

UE - Networking - Mar 1, 2016

When spawning an actor using the Spawn Actor From Class node that has a Set Replicates node in the construction script, the editor crashes upon attempting to run a dedicated server with 2 players. ...

Crouching/Uncrouching while standing on a physics object will cause the object to behave erratically

UE - Gameplay - Sep 7, 2016

Crouching/Uncrouching while standing on a physics object will cause the object to behave erratically. Even if the CharacterMovement component has Physics Interaction disabled, it will still effect t ...

Cannot Add Torque to Skeletal Mesh

UE - Gameplay - Jan 15, 2016

When attempting to apply torque to a ragdolled skeletal mesh, nothing happens, regardless of the value used. Applying an impulse works as expected, but adding torque seems to have no effect. Found ...

Source control syncing in editor will sometimes not update changes made to assets

Tools - Aug 25, 2015

When using source control and attempting to sync the project, sometimes assets are not updated to the latest changes properly. This causes changes made to those assets later to override previous ch ...

[CrashReport] UObjectBaseUtility::IsA | UObjectProperty::SerializeItem

UE - Gameplay - Aug 15, 2017

This is a trending crash coming out of the 4.17 release. Update: also occurring in 4.18 User DescriptionsCompiled after Refreshing Blueprint node after changine its namePressed compile after creat ...

Movie Render Queue renders UMG Scale Boxes incorrectly

UE - Editor - UI Systems - UMG - Apr 28, 2020

Scale boxes renders incorrectly when rendered with the Movie Render Queue. Scale box seems to work fine in a normal viewport and normal Sequence render. UDN: https://udn.unrealengine.com/questions ...

Importing FBX file with same material slots and texture names has bugs

UE - Editor - Content Pipeline - Import and Export - Jul 31, 2020

When importing a file from Blender, UE creates the correct number of materials, but the number of textures is incorrect and is being overwritten, and not importing the correct amount. Tested and re ...

Changes to a Custom Primitive Data are not reflected in Android Preview

UE - Graphics Features - Aug 9, 2022

This is a regression. Tested in //UE4/Release-4.27 CL#18319896 Changes to a Custom Primitive Data are not reflected in Android Preview or Android Vulkan. Using Set Custom Primitive Data Float node ...

TBaseBlendedCurve::ConvertToAdditive adds a curve track to an additive when the curve only exists in the base pose

UE - Anim - Runtime - May 29, 2023

When we create curves on additive animations, we are creating a curve based on whether the curve exists in either the base or additive pose.  This wouldn't be the expected behaviour for a user when ...

BlueprintNativeEvent functions break on hot reload

UE - Gameplay - Blueprint - Mar 7, 2015

A blueprint that uses a node for a BlueprintNativeEvent function breaks on hot reload. Blueprint cannot be saved or compiled. Compile error states: Error This blueprint (self) is not a HOTRELOADED ...