Assert / crash resolving TSoftObjectPtr when exiting PIE

UE - World Creation - Procedural Tools - PCG Core - Dec 17, 2024

The main landscape actor's outer level's WorldSettings gets nullified by GC on PIE end, which leads to this problem. For some reason, this only seems to occur with the attached custom game mode : it ...

Structs appears to display incorrectly in behavior tree nodes

UE - AI - Oct 7, 2016

When editing a behavior tree blueprint, if one of the custom nodes created and placed in the behavior tree has an "Editable" variable of a user defined struct type, then the variable's value appears ...

Code classes that include a CableComponent cannot be built in Visual Studio without making a modification to the CableComponent.h file in source code.

UE - Gameplay - May 14, 2015

Adding a cable component to a custom code class will result in a build failure in Visual Studio unless the Cable Component's source code is modified to include CABLECOMPONENT_API. ANSWERHUB:https:/ ...

iOS: Local notifications can be overridden if using the same title

UE - Platform - Mobile - Feb 1, 2019

A customer found out that the NotificationNumber static variable is never incremented. This results in a constant NotificationIdentifier string when using the same Title. Seems like it should be ...

Overridden Events that can be called in editor are indistinguishable from their parent's counterparts inside of child blueprints

UE - Gameplay - Blueprint Editor - Apr 18, 2019

If an actor has a custom event that can be called in the editor and that event is then overridden by a child blueprint, both events will show up in the details panel. The issue is that these two eve ...

ActorActionUtility / AssetActionUtility does NOT properly work if function has struct paramter

Tools - May 21, 2019

ActorActionUtility / AssetActionUtility use SStructureDetailsView  to show dialog for editing function's parameter ( FBlutilityMenuExtensions::CreateBlutilityActionsMenu ).  But SStructureDetailsVi ...

Mac - Media Player - Web Cam not accessible

Media Framework - Jan 20, 2020

Audio/Video Devices are no longer accessible via Media Player on Mac. User info: "We think it is connected to camera and microphone privacy. We have got a crash trying to access to camera from cust ...

Landscape Layer Masks can't be imported

UE - Graphics Tools - Terrain - Landscape - Jan 3, 2023

Repro Rate: 3/3 This is a live issue that has been tested to occur in //UE5/Release-5.1 at CL 23058290. This is also confirmed to not be a regression since this issue also occurs in //UE5/Release- ...

[AI] Editor crashes when editing values of an FInstancedStruct's TArray inside of a BP

UE - AI - Jun 30, 2023

While using a custom struct that contains a TArray member variable with FInstancedStruct, you cannot edit it in the editor without a crash. Other structs and types work as expected even if they deri ...

Adding SmartObjectZoneAnnotationComponent to a blueprint actor causes a crash when building the package

UE - AI - SmartObject - Jan 30, 2025

If placing an actor with SmartObjectZoneAnnotationComponent added to blueprint actor in a level, it will crash when the level open. As a workaround, adding SmartObjectZoneAnnotationComponent to the ...