Cast enum to byte could occasionally break cook/resave in level BP

UE - Gameplay - Blueprint Compiler - Aug 27, 2020

 Workaround:The blueprint macro had a cast from the enum to an int and that was causing the issue, getting rid of the cast and just returning the enum and then changing all the places that were usin ...

Inherited AnimBP properties not always working across editor restarts

OLD - Anim - Jan 21, 2016

In 4.11 when making changes to node properties in an animation blueprint they will not always appear to update in child blueprint instances when restarting the editor. In the attached project the l ...

Duplicating / Moving (to another level) an actor with a Hierarchical Instanced Static Mesh component causes a crash

UE - Graphics Features - Nov 14, 2016

When you have an actor with a Hierarchical Instanced Static Mesh component that has a Static Mesh set and is populated with at least 1 instance and then duplicate it or move it to another level, it ...

Building for Gear VR Distribution fails due to missing Oculus lib

UE - Platform - XR - Jun 7, 2017

Users have reported that building for Distribution on Gear VR results in failure due to a missing Oculus library. The error they receive is as follows: UATHelper: Packaging (Android (ETC2)): [javac ...

Sampling Scene Texture in Custom Expression in Post Process Material Breaks Viewport UV

UE - Graphics Features - Apr 6, 2018

This issue does not occur in 4.18.3 but does occur in 4.19 and Main, making this a regression. Per user: I suspect there's an issue with custom expressions and sampling coordinates. It appears onc ...

[CrashReport] UE4Editor_BlueprintGraph!BlueprintActionFilterImpl::IsEventUnimplementable() [blueprintactionfilter.cpp:588]

UE - Gameplay - Blueprint - Jun 1, 2016

This crash has been reported through the 4.12 Previews and is continuing to occur in the 4.12.0 release. Additional information about this crash is not available at this time, however it may be the ...

The FNetNameMapping::GetUniqueName function appends numerical values to the end of the previous name instead of replacing the previous name's numerical value

UE - Gameplay - Blueprint Compiler - Feb 23, 2018

The GetUniqueName() function attempts to make sure that all node names are unique. For nodes that are used a large number of times, it adds a numerical value to the end of the name. Prior to 4.18, t ...

ModularGameplay and other runtime plugins have wrong LoadingPhase

UE - Gameplay - Jun 30, 2022

Plugins that provide blueprint-accessible libraries generally need to be set the PreDefault LoadingPhase so they can be properly loaded before game-specific data that loads early in the Default load ...

UV Flipping Mode Causes Stretching of Particles

UE - Niagara - Nov 17, 2017

If "UVFlipping Mode" under Rendering on the Required node of an emitter is set to anything other than "None," the particles can become stretched and distorted. As a workaround, I have discovered th ...

Crash When Assigning a Static Mesh to the "Sample Static Mesh" Module

UE - Niagara - Jun 28, 2018

When assigning a static mesh to the "Sample Static Mesh" module, the engine will crash as soon as you select a mesh and click "Fix Now". If the mesh already has CPU access enabled it will crash as s ...