Renaming function in parent class that is overridden by child causes an ensure

UE - Gameplay - Blueprint - Aug 5, 2016

Extremely similar repro to [Link Removed], except in this case the parent function has no parameters or return values. Also encountered a one-off crash while exploring repro methods, but was unabl ...

[CrashReport] UE4Editor_Engine!FStaticMeshSceneProxy::SetIndexSource() [staticmeshrender.cpp:679]

UE - Graphics Features - Aug 31, 2018

No user comments in crash group 675 if ( bRequiresAdjacencyInformation ) 676 { 677 check( LODModel.bHasAdjacencyInfo ); 678 ***** OutElement.IndexBuffer = &LODModel ...

Draw to Render Target Android Regression

UE - Graphics Features - May 15, 2019

Regression in Draw Material to Render Target functionality. Enabling Mobile HDR is a workaround. Android tested with Note 4 Unable to verify Main CL 6395234 (Crash on Phone) No repro on iOS mo ...

Montage_SetEndDelegate doesn't set for inactive, but unfinished montages, preventing clearing

OLD - Anim - Jan 7, 2020

If you call Montage_SetEndDelegate after a montage has begun blending out, but before it terminates, the end delegate will not be set because an active montage instance cannot be found. If an AI is ...

Opening map assets from "Open World Demo Collection" causes engine to freeze

Docs - Samples - Mar 9, 2020

Opening map assets from the "Open World Demo Collection" sample results in the engine freezing. No crash occurs, just a lock up of the engine at 75%. There is the possibility that it could take s ...

[CrashReport] UE4Editor-CoreUObject!UStruct::SerializeVersionedTaggedProperties(FStructuredArchiveSlot,unsigned char *,UStruct *,unsigned char *,UObject const *) [Class.cpp:1478]

UE - Gameplay - Blueprint - May 22, 2020

User comment: "Crash at compile array blueprint" Error MessageAssertion failed: Tag.Size == Loaded [File:D:/Build/++UE4+Licensee/Sync/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp] [L ...

Child Actors should seamlessly travel with their Parents

UE - Gameplay - Components - Dec 22, 2016

When an Actor is identified to seamlessly travel, its child actors should also seamlessly travel with it (or maybe it should be an optional flag), rather than destroying and recreating on the other ...

[CrashReporter] UE4Editor-AlembicHairTranslatorModule!ParseObject [AlembicHairTranslator.cpp:446]

UE - Editor - Content Pipeline - Import and Export - Dec 13, 2019

Generated from CrashReporter Error message: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x60b40008 Comments from Users: I cant import abc hair from Blender 2.81a. crashe ...

[CrashReporter] UE4Editor-PropertyEditor!FPropertyNode::GetDiffersFromDefaultForObject(FPropertyItemValueDataTrackerSlate &,UProperty *) [PropertyNode.cpp:1634]

UE - LD & Modeling - Terrain - Landscape - Sep 13, 2019

Generated from CrashReporter ErrorMessage: Unhandled exception Callstack similar to [Link Removed] comments from community: Clicked on a procedural grass node in the Brushify material This ...

FScopedEditorWorld doesn't clean up old world when going out of scope

UE - World Creation - Worldbuilding Tools - World Partition - Jan 19, 2024

In a commandlet, when FScopedEditorWorld exits, it leaves references behind and prevents garbage collection of the PersistentLevel and non-spatial actors. This leads to an issue when a second FScop ...