Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe

UE - Virtual Production - Nov 21, 2019

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe The Blueprint node "Get Actors" for Layers in the Level Blueprint causes an instant crash in a built developm ...

Crash with for loop and TArray in constructor to generate multiple StaticMeshComponents

UE - Foundation - Core - Apr 20, 2015

Using a TArray to store multiple components being setup inside a for loop of a constructor will crash on project open. Crash Reporter: [Link Removed] ...

Error Saving Project When Adding an "InstancedStaticMeshComponent" to A Static Mesh Actor Blueprint

UE - Gameplay - Blueprint - Mar 8, 2016

When trying to Save a Project after Adding an "InstancedStaticMeshComponent" to A Static Mesh Actor Blueprint, user experiences an Error Message: “…Graph is linked to private object(s) in an extern ...

[CrashReport] UE4Editor_UnrealEd!TSet<FEditorUndoClient * __ptr64,DefaultKeyFuncs<FEditorUndoClient * __ptr64,0>,FDefaultSetAllocator>::Remove() [set.h:685]

UE - Anim - Sequencer - Aug 15, 2017

This is a trending crash coming out of the 4.17.0 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 675 /** 676 * Remov ...

[CrashReport] UE4Editor_Sequencer!TBaseMulticastDelegate<void>::RemoveDelegateInstance() [delegatesignatureimpl.inl:964]

UE - Anim - Sequencer - Oct 5, 2017

This is a slightly common crash coming out of the 4.17.2 hotfix. Users have not provided any descriptions of their actions when the crash occurred. Source Context 951 /** 952 * ...

[CrashReporter]UnrealEditor-Engine!UWorldPartition::GenerateStreaming(TArray<FString,TSizedDefaultAllocator<32> > *) [WorldPartitionStreamingGeneration.cpp:570]

UE - World Creation - Worldbuilding Tools - World Partition - May 31, 2022

Generated from CrashReporter user's comment: Everytime I press "Play" in this specific project, the program crashes ...

Window Size does not Change to iPhone 6 presets when in Standalone Game or Mobile Preview (PIE)

Tools - Apr 12, 2016

You cannot adjust the Window size to the iPhone 6 or iPhone 6 + preset Common Window Sizes in the Editor Preferences. Regression: this did not occur in UE 4.10 NOTE: This does not occur in New Ed ...

Blueprint compile fails after changing the default values of a struct that is part of another struct that makes up a Data Table that is used within the Blueprint.

UE - Gameplay - Blueprint - Dec 23, 2016

Changing the default value of a struct that is included as an array in another struct can prevent any Blueprints that use a DataTable made from the second struct from compiling. It appears to be a p ...

Orientation is wrong for client in networked HMD game when UseControllerRotationRoll is true

UE - Platform - XR - Feb 20, 2017

A networked VR (HMD) game will result in an undesirable rotation for the pawn on startup for a network client, and the issue is dependent on timing. ...