Code based BT task breaks after closing/reopening the editor

UE - AI - Sep 9, 2015

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 ...

Able to see cut off landscape in SunTemple in VR

Docs - Samples - Jan 20, 2017

When using the Oculus Rift the user can look over one of the balcony's railings and see where one of the landscapes cuts off. This occurs on the Oculus headset. UE-40907 causes the Vive to clip th ...

Compile 'Note' on BP Interface events

UE - Gameplay - Feb 23, 2017

Compile 'Note' on BP Interface events. It happens in actor BPs and also BP Widgets. A similar issue was fixed back in 4.11 with Custom Events. Could be related? https://jira.it.epicgames.net/brows ...

Adjusting Agent Radius in RecastNavMesh causes AI to not move

UE - AI - Sep 9, 2015

Adjusting the RecatNavMesh in a map can cause the AI to not move when simulating or playing in viewport. Setting it back to the default value does not fix the issue. I can only reproduce this with ...

AttachToComponent replication snapping to position instead of keeping relative location

UE - Networking - Feb 15, 2019

When using AttachToComponent at runtime, the attachment does not replicate properly for some clients. The relative transform/rotation is not maintained. The user who reported this issue mentioned th ...

NumNonClothingSections logic is bad

UE - Editor - Content Pipeline - Datasmith - Jul 26, 2019

We use the NumNonClothing section number to iterate in the sections, this is an error if the cloth sections are not at the end of the sections array. See the following picture of a search on NumNonC ...

FRotator::SetClosestToMe(FRotator) Doesn't Set The Correct Value

UE - Foundation - Core - Dec 10, 2019

FRotator::SetClosestToMe(FRotator) doesn't set the correct value. Attached are files with the demonstrative code. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10570792, 4.25 CL#10520 ...

Material Instance Parameters Undo Doesn't Update Values

Tools - Dec 11, 2019

Material Instance parameters do not update values when the user does an Undo (Ctrl+Z). An example project is attached. This seem related to [Link Removed]. Found in 4.24 CL#10570792 Reproduced in ...

Tessellation Materials are not working on Landscapes

UE - LD & Modeling - Terrain - Landscape - Dec 17, 2019

Tessellation is not working on landscapes, but it does works fine on static meshes. This is a regression from 4.23.1 (CL-9631420) where the tessellation was visible with this setup. This was tested ...

Meta Allowed Class Doesn't Allow All The Included Classes

Tools - Dec 24, 2019

The Meta Allowed Classes specifier doesn't allow the user to assign anything of the second type. Found in 4.24.1 CL#10757647 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#10868506 ...