PLATFORM_SOCKETSUBSYSTEM is not defined for PS5

UE - Platform - Console - Sep 22, 2021

The PLATFORM_SOCKETSUBSYSTEM macro is defined in SocketSubsystem.h for some platforms, while others add the definition in a Build.cs file (e.g. Sockets_XboxOneGDK.Build.cs). This definition is missi ...

abnormal planar reflection with niagara

UE - Niagara - Sep 21, 2021

repro step:create new projectdownload attached file and unzip to content folderopen the map "newmap" in "app" folderplay in editor and look at the plane (see video) [Link Removed] [Link Removed] ...

Ambient cubemap lighting is chunking and pixelized

UE - Graphics Features - Sep 19, 2021

I notice in 4.27 there's a change looks like where the issue is from " * Cubemaps generated from .hdr long-lat sources were being strongly blurred in cases when mipmaps were enabled. This happened ...

Backcompat: ConstructObjectFromClass node no longer accepts "Outer" input types that are not also derived from self

UE - Gameplay - Blueprint Editor - Sep 15, 2021

The ConstructObjectFromClass node no longer allows connections to the "Outer" input pin that are not of a type that's derived from the current Blueprint class (self). Previously, users could connec ...

Android does not show camera when in ARDebugCheck project

UE - Platform - XR - Sep 15, 2021

While working in the //UE5/Main - Medium Priority - Platform Sanity Pass after being packaged and then uploaded onto supported android device, the screen just shows a black background as it is not p ...

Inconsistent Z sorting priority with decals

UE - Graphics Features - Sep 15, 2021

FAnimNode_TransitionPoseEvaluator uses FStackAttributeContainer to cache data over multiple frames

UE - Anim - Runtime - Sep 15, 2021

FAnimNode_TransitionPoseEvaluator can cache a pose over multiple frames using FStackAttributeContainer rather than the heap equivalent. This will likely crash at some point if any user uses the cac ...

The process may not return to the root node after the Wait Task is completed.

UE - AI - BehaviorTree - Sep 14, 2021

If the Wait Task is completed for the first frame, it may not return to the root node even after Finish. This can be avoided by increasing the wait time of the Wait Task (see CaseOK.mp4). When this ...