As soon as the visibility tool is used, we're adding references to the "/Engine/EditorLandscapeResources/DataLayer" asset from landscape components. If the user decides to cook without editor data ...
If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...
When inherited, it is reasonable to expect the tags added by the parent to be reflected in the children. If the parent is editted after the children, however, tags that are added or deleted are not ...
Screen space denoiser creates two types of artifacts: artifacts around boundary for general lighting The artifact is there before 5.2 but since the ray traced shadow denoiser denoises on the sqr() s ...
When repeatedly loading and unloading sublevels with a NavBoundsVolume, it will cause a crash when using a NavModifierVolume. When the NavMesh is unloaded, it seems that the number of the DirtyLayer ...
If the user copies and then pastes a For Each Loop the loop will retain previous data such as the array type and will cause compiling errors. ...
Getting a blackboard value as actor and setting an actor to that on tick causes crash. The real issue here is that you can use a function in BP (in this case `UBTFunctionLibrary::GetBlackboardValue ...
Sequence Recorder doesn't record First Person Template character correctly. I wasn't able to track down exactly what it is about the First Person Character Blueprint that causes this though. ...
Walking on an actor with a Spring Arm in the 3rd Person BP template will cause the camera to jitter/skip. This does not happen with an actor that does not have a spring arm and it also does not hap ...
A behavior tree task created in code will break in the editor behavior tree. The BTTask node shows as red and says that the class cannot be found. Node must be deleted and replaced to fix the erro ...