NavLinkProxy potentially causing extra Character Movement

UE - AI - Feb 12, 2020

The user is using a Nav Mesh Bounds Volume and a Nav Link Proxy. They are calling AI Move To to navigate to the point, but the Character reproduces extra movement and goes a bit past it. For debuggi ...

UDelegateProperty define missing in DefineUPropertyMacros.h

UE - Foundation - Core - May 11, 2020

The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...

Instances In a Hierarchical Instance Static Mesh Component Don't Retain PerInstanceRandom Values When Rotated

UE - Graphics Features - Dec 9, 2019

When an instance in a Hierarchical Instance Static Mesh component is rotated using "Update Instance Transform" it doesn't retain it's material's base color value when the material uses PerInstanceRa ...

VR Template Project Doesn't Create SteamVRBindings Config Folder

UE - Platform - XR - Jan 8, 2020

When creating a basic VR Template project, setting the default map to Motion Controller map and exporting a Win64 build their is no SteamVRBindings config folder. I tested this with a Vive Pro and ...

C++ Class Creation Wizard does not setup include path properly when using a sub-directory with Public/Private Classes

Tools - May 7, 2020

The creation wizard is not correctly adding the #include path in the CPP file. To fix the issue to get the project to compile you have to add the path in the .CPP file within Visual Studio. In this ...

Granular Synth stays silent since it cannot load the sound with Stream Caching enabled

UE - Audio - Jun 1, 2020

Using Granular Synth with Stream Cache enabled, Granular Synth will stay silent since it cannot load the sound with Stream Caching turned on. This was reported and tested in 4.25 (CL-13144385). Thi ...

Nativizing a blueprint interface using TMap/TSet causes Fatal error in UHT

UE - Gameplay - Blueprint Compiler - Sep 9, 2020

FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...

Adding a widget to a grid panel inside the grid panel tick can cause an out-of-bounds error

UE - Editor - UI Systems - Slate - Jan 25, 2021

This is caused by adding an item to a grid panel inside the grid panel iteration loop. The same operation to canvas panel goes well without any errors. The difference is that the array iteration in ...

Download Image BP node no longer works with links to local files.

UE - Online - Mar 5, 2020

The Download Image BP node no longer works with links to local files with links such as "file:///C:/image.jpg" . This used to work, and confirmed working in 4.22, but is no longer the case. https:/ ...

Landscape Grass renders offset from Landscapes

UE - World Creation - Worldbuilding Tools - Foliage - Mar 24, 2020

Foliage spawned from Landscape Materials is rendering offset from the Landscape the material is applied to. I can reproduce this issue with or without Edit Layers enabled. I'm unable to reproduce ...