Peripheral Vision Angles Greater Than 180 Are Being Ignored

UE - AI - May 26, 2016

Values that are larger than 180 for the Pawn Sensing component's Peripheral Vision Angle setting are being ignored. If they are higher than 180, the pawn will act as if it was set to 180. Found in ...

FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...

BP - Editing defaults on a nested subobject of a component inherited from a native parent class won't preserve those defaults when the BP is instanced.

UE - Gameplay - Components - Jan 19, 2017

I think the issue is that in GetInstancedSubobject() (CoreNative.cpp), the following bit of code is not considering that the instanced subobject might be outered to another instanced subobject withi ...

Editor crash when using Animation BP pose watch

OLD - Anim - Apr 7, 2020

We encountered a crash when using Anim BP Pose Watches to inspect poses on actors in a PIE instance. Specifically it seems ending the PIE session while the Anim BP is still watching the actor in the ...

YCoCg to sRGB?

UE - Niagara - Rendering - Mar 20, 2024

Both the material and the Niagara compute shader use the same function to interpret the YCoCg color data, but the Niagara compute shader returns an incorrect color. Also found on CL: 32347737 in Re ...

AI Pawn Sensing component cannot see and hear at the same time

UE - AI - Mar 12, 2015

Hear events are never fired while See events are fired. They are mutually exclusive, with See events taking priority if both happen. ...

Using "Play Animation" node, if current animation has a looping timed particle it will continue playing

OLD - Anim - Jun 24, 2016

Calling "Play Animation", if current animation has a looping timed particle it will continue playing ...

Cursor Overlap events don't work on characters

UE - Gameplay - Sep 4, 2015

Setting up mouse over events for a character do not trigger. ...

Editing a blueprint from a hidden streamed level can reset all actor transforms

UE - Gameplay - Blueprint - Jul 9, 2015

When editing an actor blueprint that's inside of a hidden streamed level, the blueprint actor transform will reset to 0,0,0. There is a video that's attached to the AnswerHub post which is very use ...

FOV only Camera anim is not working as intended.

UE - Gameplay - Feb 6, 2018

FOV-track-only camera anim do not give effect to current camera. if the anim have transform track without any key, the anim works. Regression? yes. This is not reproduced in 4.13.2 launcher version ...