Engine Crashes When Trying to Add an Entry to a TMap in a Nested Struct That is an Element of an Array

Tools - Oct 3, 2019

When trying to add an entry to a TMap in a nested struct that is an element of an array the engine crashes. This doesn't happen if it is not an array of the nested struct. Attached are .h and .cpp ...

Choosing Supported Platforms "Desktop (Win+Max+Linux)" Still Warns Against Packaging for those Platforms

Tools - Sep 23, 2019

Only checking the Desktop (Win+Mac+Linux) option in supported platforms for packaging results in warnings. Even though this one option should cover all three desktop platforms it still causes a warn ...

Pivot Offset for grouped objects resets to another objects offset

Tools - Sep 19, 2019

Grouping objects with individual pivot offsets causes a new offset location to be selected after manipulating the groups rotation or translation.  ...

Blueprints derived from "Editor Utility Actor" are not able to tick in editor when placed in the world

Tools - Sep 11, 2019

Placed Editor Utility Base was recently deprecated and users who require the functionality of ticking in the editor are unable to use "Editor Utility Actor" or "Editor Utility Widget." A couple of u ...

Creating a Blueprintable Struct that contains a Tmap results in Editor Crash

Tools - Sep 6, 2019

Any blueprint with a TArray of a struct containing a TMap crashes the editor when adding elements ...

[CrashReport] UE4Editor-CoreUObject!UNameProperty::ExportTextItem(FString &,void const *,void const *,UObject *,int,UObject *) [PropertyName.cpp:27]

Tools - Aug 30, 2019

Generated from CrashReporter Comment from user:Opening de custom node in material editor crashes editor ...

Blueprint Actors do not respect Rotate to Surface Normal Rules; in Editor's Viewport Snapping Options

Tools - Aug 14, 2019

Blueprint Actors do not respect Rotate to Surface Normal Rules; in Editor's Viewport Snapping Options The surface normal rotation handling comes from UActorFactory, and in all the cases where items ...

Potential Memory Leak with Disaster Recovery Plugin

Tools - Aug 12, 2019

Enabling the disaster recovery plugin causes a memory leak when importing and editing a large amount of textures. This can result in either a system lockup or a crash. ...

Crash on adding elements to a TMap property

Tools - Jul 25, 2019

Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...