Editor crash loading a Blueprint asset when a child scene component C++ type changes to a non-scene component type.

UE - Gameplay - Blueprint Editor - Jan 16, 2019

Changing the type of an existing child scene component to be a non-scene component type triggers some fixup code at load time which attempts to remove the node from its current position in the scene ...

Non-Struct CDO component properties display incorrectly in the property editor.

UE - Gameplay - Blueprint - Aug 17, 2016

UObjectProperty properties within a UActorComponent class aren't exposed for editing in the Details panel when choosing to edit native component defaults in the BP editor. ...

A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...

Hot Reload crash on PIE with custom AIController and Perception Component

UE - AI - Sep 29, 2015

If a pawn in the level is using a custom AI Controller that sets the AIPerceptionComponent in code, the editor will crash on PIE after a hot reload. CrashReporter: [Link Removed] ...

StartCameraFade() breaks on mobile projects after editor is closed/reopened

UE - Platform - Mobile - Oct 6, 2015

If a project that is set to Mobile/Tablet and Scalable 3D or 2D uses StartCameraFade() to produce a fade in effect, the effect will not play in PIE if the editor is closed/reopened. ...

Mesh painting on staticmesh doesn't always apply Colors to All LODs

UE - Editor - Content Pipeline - Asset Build - Apr 18, 2022

See the video [Link Removed] ...

Exporting a spawnable through Python doesn't work

UE - Anim - Sequencer - Jan 29, 2020

AutoLOD changes the static meshes LOD at different distances in VR Packages and Previews than in Editor

UE - Platform - XR - Jul 30, 2020

Packaged VR Projects and VR Previews change the LOD at a closer distance than in editor. ...

Toggling SetSimulatePhysics state on a Primitive component with a child PrimitiveComponent leaks PxShapes

UE - Simulation - Physics - May 23, 2016

FBodyInstance::Weld did not check to see whether or not child components were already welded to a parent. This meant that whenever Weld was called, ShapeToBodiesMap would continue to grow in size, e ...

Editor Crashes When Duplicating Actor that Contains Additional Components

UE - Gameplay - Dec 11, 2015

Attempting to spawn a copy of an actor that has components that were added to an instance of that actor in the level causes a crash. Spawning the actor without adding additional components to the in ...