Can not find abstract class in actor class dropdown list in GetAllActorsOfClass node

UE - Gameplay - Blueprint - Dec 15, 2020

The behavior of non-variable class pins has changed in 4.26 where abstract classes like AInfo are being excluded from class pickers for general utility functions like GetAllActorsOfClass. This is no ...

IPhonePackger re-signs app with old signature format that makes users get the warning popup on iOS

UE - Platform - Mobile - Jan 27, 2021

Apple forces developers to code sign an app using the latest code signature format and IPP needs to support it. a related link: [Link Removed] ...

Starter content won't appear if created new C++ project with the same name as a deleted C++ project

UE - Editor - Workflow Systems - Dec 14, 2021

Created a C++ project with starter content and then deleting the project and making another C++ project with starter content with the project name the same as the previous project causes starter con ...

[Impulse Response] - Opening an Impulse Response asset throws errors in the Output Log

UE - Audio - Nov 4, 2022

Errors are appearing in the log when opening an Impulse Response asset type. This does not occur in Release-5.0 and is a regression. Note: The IR appears to still work normally as part of a Submix E ...

Blueprint spawned by Visual Dataprep does not run construction script

UE - Editor - Content Pipeline - Visual Dataprep - Mar 9, 2023

Notice that the actors created through dataprep does not exectute the construction script while the actor spawnd directly in the scene does. Reported in the UDN [Link Removed] ...

Post Process Materials After the Upsampler Have Incorrect ViewUniformBuffer Information

UE - Graphics Features - Jul 17, 2023

A proposed solution to this has been given by the licensee, please see the related UDN. ...

[CrashReport] Assertion failed: bIsRoutingPostCompilation == false [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\TextureCompiler.cpp] [Line: 245]

UE - Texture - Jul 25, 2023

Made From CrashReporter To remain Glitter compliant logs can not be linked from Crash Reporter. Should you need logs you will have to get them from Crash Report. ...

Auto Exposure Compensation Curve issue when switching from Histogram to Manual

UE - Rendering Architecture - Feb 21, 2024

When switching the Camera's Exposure Metering Mode from Histogram to Manual, there is a single-frame flash. The Licensee has a proposed code change that would fix this issue. Also found in 5.4, CL 3 ...

Incorrect relative position on replicated child actor

UE - Networking - Apr 4, 2024

The issue seems to occur when a replicated child actor is received on the client before its parent. The child actor will first be spawned at its correct global position, with its root component's p ...

USplineComponent still editable in viewport despite setting as "read-only".

UE - Gameplay - Blueprint Editor - Apr 29, 2024

A spline component continues to be visible and editable in-editor despite all attempts to disable the functionality through the component's settings or uproperty specifiers. ...