All clients return "Client -2:" when using a print string in UMG

UE - Gameplay - Jul 5, 2016

All clients return "Client -2:" when using a print string in UMG ...

Breaking links one Set By-Ref Var node breaks the other as well (wildcards)

UE - Gameplay - Blueprint Editor - Jul 12, 2017

If the user breaks the link on one pin on the Set By-Ref Var node, it will break the link on the other pin as well. ...

Anim Blueprint Debug Filter Changes Back to Default When PIE

UE - Gameplay - Blueprint - Nov 3, 2017

workaround Debug Filter changes back to default when PIE. When playing - Shift + F1 to release mouse Debug Filter can be changed to what is needed ...

Crash inside GetActualComponentTemplate() during Blueprint nativization.

UE - Gameplay - Blueprint - Nov 15, 2017

Report of a crash happening during Blueprint nativization with a specific project, appears to be related to an inherited component template. Unable to repro in a new project. Callstack is noted. ...

AnimSequence's play rate is doubled when in a SyncGroup

OLD - Anim - May 11, 2018

It is because that the RateScale is multiplied twice. First at UAnimSequenceBase::TickAssetPlayer : {{ const float PlayRate = Instance.PlayRateMultiplier * this->RateScale;}} Second at UAnimSeq ...

Unconverted BP function library does not assign output parameters after function call in a nativized build.

UE - Gameplay - Blueprint - May 31, 2018

Stub functions generated for unconverted assets as dependencies of nativized assets do not properly handle output parameters (the result is not assigned after the ProcessEvent() call). Suggested fi ...

Tooltips for Exterior LPF and Interior LPF are reversed

UE - Audio - Mar 13, 2019

The tooltips for the Interior LPF and Exterior LPF are reversed where the Interior LPF has the Exterior LPF's tooltip and viceversa. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5385847), 4.23 (CL - ...

CSM receiver culling issue on Mobile

UE - Platform - Mobile - Apr 27, 2019

Two Incompatible Object types are able to connect via add array in Blueprint Graph.

UE - Gameplay - May 21, 2019

it is possible to connect two incompatible types to an Array Blueprint function node by connecting the Item pin first.  The type of Array function nodes is determined by the first thing connected t ...

Stale PerceptualData in AIPerceptionComponent

UE - AI - May 6, 2019

Also, reported here: https://udn.unrealengine.com/questions/497277/stale-perceptualdata-in-aiperceptioncomponent.html ...