The constructor for the FWheelSetup struct in WheeledVehicleMovementComponent is in the .cpp file instead of the .h which can prevent projects from building if they contain a custom class deriving from WheeledVehicleMovementComponent.

UE - Simulation - Physics - Nov 19, 2014

When a code class deriving from WheeledVehicleMovementComponent is created in a Vehicle Advanced template project, the user is required to include a constructor for the FWheelSetup struct in Wheeled ...

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject

UE - Editor - UI Systems - Dec 12, 2016

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject. The Timer clears when the custom event is called by other blueprints, howev ...

Editor Crash when blueprint Self reference is passed by reference

UE - Gameplay - Blueprint - Feb 7, 2017

When a custom event has an input whose type is a reference to an object (Actor-Reference, Player Controller - Reference, etc) and is set to pass-by-reference, passing a reference to the "self" bluep ...

Cannot edit collision response details in SkeletalMesh components added via Blueprint.

UE - Gameplay - Blueprint - Aug 5, 2015

If the mesh component is added in Blueprint (i.e. in the Blueprint editor and/or through Construction Script), then it's not possible to edit the collision response details for an instance of the co ...

Constraint to kinematic root body prevents skeletal mesh from sleeping

UE - Simulation - Physics - Mar 5, 2019

Linked test project contains already set up actor as described in steps to reproduce. Using a kinematic body on a root bone, setting all other bodies sleep family to Custom, and their custom sleep t ...

UE 5 EA sample Valley of the Ancient project localized UI not displaying

Docs - Samples - May 27, 2021

Steps to reproduce:Download UE5 EA through Epic Games LauncherDownload the Valley of the Ancient sample through Epic Games LauncherCreate a short cut on your desktop adding "-culture=ko" in the end, ...

Game feature plugins do not unregister absolute scan paths on removal

UE - Gameplay - Mar 16, 2023

The GameFeatureData asset used by the game features subsystem supports defining extra paths to scan for asset manager assets specific to that plugin. Originally this system only supported relative p ...

Crash on hot reload for DynamicDelegate

UE - Foundation - Core - Mar 23, 2020

This issue may be badly implemented, but the reference to the VTable may be incorrect during a hot reload. Crash always in sample project. Summary:Call ForeachRow function in Custom Struct constr ...

Crash in DX12 UpdateTexture2D

UE - Graphics Features - Jan 24, 2017

RHIUpdateTexture2D uses the wrong size for the per-row memcpy, which means we can't support passing in an offset within a larger image in the SrcData pointer (doing so will result in an access viola ...

C4D Mograph not working in 4.24.0

UE - Editor - Content Pipeline - Datasmith - Importer - Dec 16, 2019

A customer is reporting that C4D mograph support is broken in version 4.24. C4D file added under [Link Removed] folder in: [Link Removed] ...