Crash removing a pin from an in-use struct, and then undo/redo

UE - Gameplay - Blueprint - Jun 7, 2017

REGRESSION No Crash occurs when the user deletes a pin from a struct that is in use, then performs undo and redo on the deleting. ...

Most variable types that do not reference a specific Actor in the level cannot have defaults set in Structs

UE - Gameplay - Blueprint - Feb 7, 2015

Most variable types that do not reference a specific Actor in the level cannot have defaults set in Structs. While this makes sense for Actor references, I don't see why a Struct couldn't reference ...

Edit Conditions on Struct that contains FGameplayTagQuery leave the property readonly

UE - Framework - Blueprint Editor - Apr 8, 2024

When inside an array is used a UStruct with a FGameplayTagQuery var that has the EditCondition meta that is evaluating inside the struct. When a new element is added to the array in the editor, if a ...

Crash on BP recompile after deleting struct property with instanced object

UE - Gameplay - Blueprint Compiler - Jan 5, 2023

A user has reported a crash that is reproducable in a clean project in UE 5.1.0 release. It involves a struct with an instanced object. The crash occurs after deleting a property of that struct type ...

Incorrect values filled for nativized struct arrays when resized and packaged

UE - Gameplay - Jun 4, 2018

When packaging a resized structure array it changes the array value to a large incorrect number. Testing the struct in PIE yields expected results. ...

Warning in the Output Log when Switching a Local Variable from Struct to Enum

UE - Gameplay - Blueprint - Mar 14, 2016

Warning in the output log when switching a local variable from struct to Enum ...

Animation attributes - user defined structs containing types defined in plugins cannot be registered

UE - Anim - Runtime - Dec 18, 2023

This issue is caused by us forcing user defined structs to be loaded as part of AttributeTypes::Initialize.  That is called after at the ObjectSystemReady run phase during engine initialization howe ...

Crash when Deleting Variable from Blueprint Struct

UE - Gameplay - May 23, 2019

The Editor will crash when attempting to delete a variable from a Blueprint struct. This crash does not seem to happen if save the map with the actor in it. ...

CookAdditionalFilesOverride Context struct

UE - Foundation - Data Pipeline - Cooker - Sep 23, 2022

virtual void UObject::CookAdditionalFilesOverride allows non-package files to be copied or created during the cook whenever a UObject of your class is in a package that is cooked. This is useful for ...

Multi-line text functionality is removed from a print string variable when the variable is turned into an array within a struct

UE - Gameplay - Blueprint - May 5, 2016

Multi-line text functionality is removed from a print string variable when the variable is turned into an array within a struct. Regression (no), Multi-line text functionality for strings in struct ...