Cannot set auto success range to an invalid value in the AIPerception component

UE - AI - May 3, 2019

When modifying the value of "Auto Success Range from Last Seen Location" to a value that is not it's default, you can not set it back to its default -1 one value. This was reported and tested in 4 ...

Engine crashes when trying to copy a setter node for a GameplayTag variable from one eventgraph to another eventgraph

UE - Gameplay - Sep 27, 2019

When trying to copy a setter node for a GameplayTag variable from one eventgraph to another eventgraph the engine crashes. If the blueprint that is copied into has a GameplayTag variable with the sa ...

Child Blueprint components become broken in sequencer when "Run Construction Script in Sequencer" is checked

UE - Anim - Sequencer - Oct 15, 2019

When enabling "Run Construction Script in Sequencer" on a Blueprint Child Actor and having "Rerun Construction Scripts" turned on in Sequencer, the Child BP's properties become inaccessible in Seque ...

Blueprint Editor Show Grid does not toggle the grid in the viewport

UE - Editor - Workflow Systems - Oct 28, 2020

The grid in the blueprint editor is not able to be hidden via the Show Grid flag in the viewport dropdown. This has regressed sometime in //Ue4/Release-4.25 as I cannot reproduce this issue in //UE4 ...

Warnings displayed when launching the editor in DX12

UE - Graphics Features - Oct 6, 2016

Following warning is displayed in the log when launching in dx12:[2016.10.06-22.33.36:185][ 0]LogD3D12RHI:Warning: Root signature created where the root parameters take up 18 DWORDS. Using more tha ...

r.ScreenPercentage.Editor does not function

UE - Graphics Features - Jun 2, 2016

Setting r.ScreenPercentage.Editor does not affect the upsampling/downsampling of the viewport in the editor. Regression: YES - the console command correctly adjusted the screen precentage in 4.11.2 ...

Package fails to load due to EditorOnly data when launched onto Mac or Windows

UE - Foundation - Core - Jun 28, 2017

LogPlayLevel: QAGame: [2017.06.28-14.09.14:706][ 0]LogLinker:Warning: Unable to load package (../../../QAGame/Content/UMG/UMG_Sprite.uasset). Package contains EditorOnly data which is not supported b ...

Containers of Instanced Subobjects don't inherit as expected

UE - Gameplay - Blueprint Editor - Jul 6, 2018

Changes made to array containers in the parent Instanced Subobject Blueprint does not affect the child. Working in 4.18.3 Broken in 4.19.2 Tested in  4.18.3(CL - 3832480), 4.19 (CL - 4033788), 4. ...

Blueprint Functions with a Parameter Named "Category" Will Change the Functions Category Back to Default

UE - Gameplay - Nov 19, 2018

When creating a Blueprint Function under a non-default category, if you name one of its parameters "Category" the function will be moved back to the default category. This is working as expected in ...

Custom CrowdManagerClass reference is set to none when restarting the Editor

UE - AI - Nov 21, 2018

When setting a C++ class that's derived from CrowdManager as the "Crowd Manager Class", will cause the "Crowd Manager Class" value to be set to "None" when the Editor is restarted. This issue was r ...