TMap and TSet variables do not display properly when inspecting in VS2015

UE - Foundation - Core - Feb 16, 2016

When inspecting a TMap variable during runtime, the value of the variable is not displayed properly inside VS2015. Screenshots included to show what the TMap variable looks like in VS2013 (ProperTM ...

When playing matinee, scrubbing can cause sound to keep playing when it isn't triggered

UE - Audio - May 31, 2016

When playing matinee, scrubbing can cause sound to keep playing when it isn't triggered Note: This was entered as a bug to re-work the fix from the pull request found here: [Link Removed] ...

Set Resolution Scale Value to 100 returns inf (infinite) value

UE - Graphics Features - Dec 5, 2016

Set Resolution Scale Value to 100 returns inf (infinate) value. The resolution returns an incredibly high number (ex: 9,223,372,036,854,775,808) or "inf" ...

Tilemap using Masked Lit Sprite Material not Rendering in Standalone mode

UE - Gameplay - Paper2D - Jan 26, 2016

When using a Tilemap with a Masked Lit Sprite Material, the tilemap will not render while in Standalone. In the test project, the Paper2D Blueprint character was switched to Masked Lit Sprite Materi ...

Lumen generates gradated shading even if the light is a constant color sky light

UE - Graphics Features - Lumen - Jul 22, 2022

Lumen generates a gradated shading even if objects are lit by a 360-degree constant sky light.[Link Removed][Link Removed] I looked into this and found that this comes from Spherical Harmonics int ...

Renaming a level by WorldPartitionRenameDuplicateBuilder fails if the level contains GroupActor with non-spatial actors

UE - World Creation - Worldbuilding Tools - World Partition - Oct 24, 2023

Referece to the source level should be fixed by FReplaceObjectRefsArchive, but it is not working because ArIsModifyingWeakAndStrongReferences is not set. It can be fixed by setting the flag.class FR ...

A Client cannot join a Server after setting a GameMode in the OpenLevel node's Options string

UE - Networking - Nov 23, 2015

A Client cannot join a Server after setting a GameMode in the OpenLevel node's Options string. Reproduced in 4.9.2 binary, 4.10.0 binary, and Main (CL# 2776829) ...

Typos in Array.h

UE - Foundation - Core - Dec 28, 2015

In Array.h, there are a few typos in comments. In 4.9.2 and 4.10, the typos occur at line 2335 and 2359. *@param InIntem Item to be added. In Main, the typos are located at lines 2471 and 2495. ...

Reimporting a static mesh will cause some values to be reset back to defaults

Tools - Jul 5, 2017

Reimporting a static mesh will cause some Static Mesh Editor values to be reset back to defaults. This was reported as JIRA UE-22205 back in 4.10 and was marked fix in 4.12. However, I wasn't able ...

Renaming native struct with redirect can break user defined structs

UE - Gameplay - Blueprint - Jul 18, 2018

From https://udn.unrealengine.com/questions/444690/redirecting-ustruct-used-as-member-of-userdefineds.html In 4.20 it was changed so soft object ptrs pointing to classes work correclty with +ClassR ...