Stat AI reports AI rendered regardless of frustum

UE - Graphics Features - Jun 23, 2022

This is a regression tested in //UE4/Release-4.27 CL#18319896 Stat AI reports AI rendered regardless of frustum setting.  ...

Mesh "Self shadow only" setting is not applied with VSM

UE - Graphics Features - Shadows - Jun 23, 2022

UDN - Potential bug on FSequenceIndexer::GetSampleInfo

UE - Anim - Gameplay - Jun 22, 2022

See [Link Removed] ...

Nanite mesh socketed to a Skeletal Mesh is not affected by the 'Owner No See' or 'Only Owner See'

UE - Graphics Features - Nanite - Jun 22, 2022

Nanite mesh socketed to a Skeletal Mesh is not affected by the 'Owner No See' or 'Only Owner See'. Compared this against a regular Static Mesh. ...

Moving foliage instances on static mesh beyond the IFA grid boundary does not incorporate it into the correct IFA

UE - World Creation - Worldbuilding Tools - Foliage - Jun 22, 2022

WorldPartitionFoliageBuilder commandlet can incorporate foliage instances into the correct IFA. But it removes the connection information between base meshes and the foliage instances. ...

[GPU Lightmass] bake artifact w/ two actors of same static mesh

UE - Graphics Features - Jun 22, 2022

As per a bug report from Pixomondo: if there are two static meshes in the scene and one has a rotation, it gets a GPULM bake artifact as if it is intersecting with the unrotated version of itself. S ...

If DeferRunningConstructionScripts is executed in LoadMap, BeginPlay will be executed before ConstructionScripts.

UE - Foundation - Core - Jun 22, 2022

DeferRunningConstructionScripts has been added as a workaround for a issue by asynchronous mesh compilation, but it doesn't consider BeginPlay. Therefore, if DeferRunningConstructionScripts is execu ...

[AI] PathFollowingComponent HasReachedInternal always returns false if agent's capsule height is 0 or nearly 0.

UE - AI - Navigation - Jun 21, 2022

The result is that nothing states why the path returns blocked or pathfinding stops. There should be a log of at least a warning about the improper capsule setup. ...