Blueprint Struct associations in Blueprint hierarchy causes command line cooker to crash

UE - Gameplay - Blueprint - Oct 13, 2016

If a user creates a specific Blueprint hierarchy with a Blueprint struct, it can cause a issue when the Blueprint struct is being cooked. User description of Blueprint(s) and Blueprint Struct relat ...

FSlateApplication::OnControllerAnalog triggers a MouseLeftClick event to be added to the input stack.

UE - Gameplay - Input - Jun 3, 2016

It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...

Ribbon Particle Normals are reversed from default Sprite Particles

UE - Graphics Features - Oct 13, 2015

It appears that the Vertex Normals from Ribbon Particles are opposite of what is expected via the Default Particle System given both systems share the same alignment (Facing Camera) [Image Removed] ...

Input Action Mapping Rebinding not working properly if pawn extends from Pawn.h

UE - Gameplay - Input - Oct 22, 2019

Rebinding an action mapping doesn't seem to take effect immediately if the Pawn class used has Pawn.h as its parent class. However this'll take effect immediately with DefaultPawn.h. In addition, th ...

Perforce integration creates bad changelist

Tools - May 14, 2019

Perforce integration creates bad changelist when deleting or renaming a file, then renaming another into its place ...

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. ...

Unloading level during PIE leads to editor crash

Tools - Dec 6, 2017

Unloading level during PIE seems to lead to an editor crash. Most easily reproducible by enabling malloc stomp. ...

[CrashReport] UE4Editor_SlateCore!FHittestGrid::FindFocusableWidget<<lambda_3a8b364273a2882da220e6e492096c17>,<lambda_d0075a811a928600995d1b2de6795365>,<lambda_105424556dbaeebf7f5bf9bed3e2f737> >() [hittestgrid.cpp:397]

UE - Editor - UI Systems - Jun 18, 2018

No user comments in crash group 394 for (StrideCellPoint[StrideAxis] = StrideAxisMin; StrideCellPoint[StrideAxis] <= StrideAxisMax; ++StrideCellPoint[StrideAxis]) 395 { 396 ** ...

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] ...

Creating a Blueprint using "Event Tick" and adding a "Breakpoint" constrains the user's mouse cursor to the Blueprint editor window when pressing "Play"

UE - Gameplay - Blueprint Editor - Oct 2, 2017

When adding a Breakpoint within the "Blueprint Class Actor" editor using "Event Tick," the mouse cursor becomes constrained within the editor window box immediately after pressing Play. The mouse cu ...