[Attenuation][Spatialization] - If speaker output is set to stereo, the Surround 2D Non Spatialized Radius Mode doesn't generate any audio

UE - Audio - Dec 12, 2023

If Surround 2D is set as the Non Spatialized Radius Mode, there is no fallback option if the user's output is not a surround format (eg stereo). There is also nothing communicated in the Tool Tip. ...

PCG Graph callback fails after compiling blueprint

UE - World Creation - Procedural Tools - Jul 9, 2024

PCG graph callbacks in BP do not appear to get called correctly after the blueprint is compiled. ...

Point light leaking throught thin geometry

UE - Graphics Features - Oct 29, 2024

In 4.27, ray traced point lights can leak through thin meshes. This bug does not exist in Unreal Engine 5, due to many of the potential rendering areas being fundamentally changed. ...

RHIGetAvailableResolutions returns duplicate entries when bIgnoreRefreshRate is false

UE - Rendering Architecture - RHI - Sep 17, 2015

When the RHIGetAvailableResolutions function fills the array that is passed in as the first argument, it will end up filling some slots with duplicate resolutions (including refresh rate) when the b ...

Assigning APX Cloth asset to material element

UE - Simulation - Physics - Character - Jun 17, 2016

When assigning an imported apx file to the clothing drop down under the material element of this imported Skeletal Mesh will result in a crash. Tested in: 4.11.2 CL-2946394 4.12.3 CL-3013449 Dev ...

Duplicated blueprints lose components

UE - Gameplay - Blueprint - Nov 2, 2015

Blueprints that have been updated from previous engine versions lose components if duplicated. The original blueprint retains all components but all duplicates lose them. ...

Typo in Auto Activate Tooltip within Blueprint Components

UE - Gameplay - Oct 12, 2015

Blueprint tooltip on auto activate within a blueprint component reads: Whether to the component is activated at creation or must be explicitly activated. It should read: Whether the component ...

Shuffling often does not shuffle last index of array

UE - Gameplay - Blueprint - Oct 7, 2015

Shuffle disproportionately does not shuffle last index in the array when using the "Shuffle Array" node. ...

Preview Instance can still trigger print strings when you PIE

OLD - Anim - Apr 10, 2015

In the given answerhub example, the user has a print string coming from IsNotValid on a check of *TryGetPawnOwner*. This is returning a false negative to him when he PIE's because the Preview insta ...

Can only preview one camera from a Blueprint actor in the level viewport

Tools - Mar 24, 2015

Selecting a blueprint with a camera in it will allow you to preview the camera, but if your blueprint has more than one camera you can only preview the highest one in its heirarchy. With the abilit ...