Project cannot build in VS 2017 15.8+ if it uses std::make_shared with an over-aligned type

UE - Foundation - Core - Aug 30, 2018

Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...

Hot reload causes AnimBlueprint to lose functionality and crash

OLD - Anim - Mar 31, 2015

Casting to a character class inside of AnimBlueprint after a hot reload caused editor to crash Crash Reporter: [Link Removed] Additionally, Casts fail, breaking AnimBlueprint after a hot reload ...

Overlapping isn't updated on replicated components after SetWorldTransform

UE - Networking - Dec 10, 2015

Overlapping isn't updated on replicated components after SetWorldTransform. Updating the transform on the Actor itself updates the overlapping as expected. Reproduced in 4.10 and Main (CL# 2798114) ...

Crash closing a project that was packaged on Windows for Linux

Tools - May 11, 2017

This occurred with both Development and DebugGame build configurations. In the game's console I tried both "quit" and "exit" and reproed the crash. The crash also occurs via Alt + F4 or closing vi ...

Differences in DistanceToNearestSurface and DistanceFieldGradient results between 4.27 and 5.0

UE - Graphics Features - Apr 27, 2022

In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth.  It was also interesting to observe c ...

Latent Blueprint Functions has incorrect linkage when the FLatentActionInfo is the first argument

UE - Gameplay - Blueprint Compiler - Jul 18, 2022

When you create a latent function in C++ with the FLatentActionInfo first it will incorrectly set up the linkage for the latent info such that it gets linked to the incoming execution pin of the fun ...

Use Per Property Manually Overridden Texture Sizes when Merging Materials generating HLODs only creates 1024 Texture Sizes

UE - World Creation - Worldbuilding Tools - HLOD - May 3, 2017

Texture sizes incorrect and always output 1k resolution textures when creating HLOD proxy meshes and using the per property manual override for texture sizes. I have attached a screenshot which exh ...

Nested components do not appear in proper order in viewport instances

UE - Gameplay - Blueprint - Nov 22, 2017

When an actor contains a nested component (components declared inside another component class), the hierarchy for the actor blueprint does not match the hierarchy of a placed instance of the actor ...

Granular Synth crashes project when played in standalone or packaged with assertion failure

UE - Audio - Jan 5, 2021

Assertion failed: SoundWave->GetPrecacheState() == ESoundWavePrecacheState::InProgress The above assertion fail was seen when played in standalone mode. Play-In-Editor mode (PIE) is working as exp ...

Atmospheric Fog cannot be toggled to hidden in the Scene Capture 2D's detail settings

UE - Graphics Features - Apr 7, 2015

Atmospheric Fog cannot be toggled to hidden in the Scene Capture 2D's detail settings. All other setting will toggle correctly. ...