When SimpleLink and SmartLink are enabled, CustomLinkId is sometimes missing.

UE - AI - Navigation - Jun 21, 2022

If trying to find NavLinkProxy with SimpleLink and SmartLink enabled by searching the path,  sometimes CustomLink is not found (CustomLinkId=0). Since only one NavLinkProxy is located on the level, ...

Load Error with DeferredDependencyLoading

UE - Gameplay - Blueprint Editor - Jun 19, 2022

If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...

[AI] Crash while loading navmesh with async static mesh compilation enabled

UE - AI - Navigation - Jun 16, 2022

I tried 10+ times but am unable to get this to reproduce locally. Licensee reports that this is a rare crash for them. ...

HandheldAR ARKit camera overlay is not working in an iOS distribution shipping build

UE - Platform - XR - Jun 15, 2022

HandheldAR ARKit camera overlay is not working in an iOS distribution shipping build.  Unclear if it's the shipping build or the for distribution checkbox that is the issue (for distribution forces ...

AI Perception UnregisterSource Sense == nullptr does not affect pending adds

UE - AI - Perception - Jun 15, 2022

UAIPerceptionSystem::UnregisterSource according to its documentation should treat Sense == null as targeting all sources, but the code for removing pending sources does not treat Sense == null as th ...

HighResShot's bDumpBufferVisualizationTargets does not work on PNG output.

UE - Rendering Architecture - RHI - Jun 2, 2022

If the same command is executed with 4.27, multiple screenshots will be saved. ...

Blueprint context menu doesn't list function calls for array properties

UE - Gameplay - Blueprint - May 31, 2022

Possibly one of the lesser know features of Blueprints is that we allow the connection of an array of actors to the "self" pin of a function (see pic). This is essentially a shorthand for writing an ...

Only the first image of multi-source SVT can be exported.

UE - Editor - Content Pipeline - Import and Export - May 31, 2022

Collision between Vehicles and Instanced Meshes are behaving differently than expected

UE - Simulation - Physics - May 20, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896 Vehicle from the Vehicle template clips through instanced meshes, and can't be driven on them.  ...