CapsuleComponent Shape sometimes reverts to previous value after entering a new value

UE - Foundation - Core - Nov 28, 2014

If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...

AddChildActorComponent in Construction Script Causes Pending Kill Error

UE - Gameplay - Blueprint - Feb 16, 2016

When using AddChildActorComponent in the construction script of an actor and attempting to get a reference to the child actor that is stored in a variable on Event Begin Play, the editor throws erro ...

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

Closing the GPU Visualizer window on Linux causes the editor to crash

UE - Platform - Linux - Oct 21, 2015

After opening the GPU Visualizer window, pressing the "X" to close the window causes the editor to crash. ...

Blueprint Cannot Give Niagara CPU Access To Skeletal Meshes Added From Blueprint

UE - Niagara - Apr 4, 2019

When a user tries to add a skeletal mesh component to a blueprint with a niagara system to use the skeletal mesh with that niagara system, the niagara system will stop rendering because it does not ...

Physics enabled Child Actor components that spawn with with a delay, always spawns at world origin

UE - Gameplay - Jun 3, 2016

Physics enabled Child Actor components that spawn with with a delay, always spawns at world origin **This is a regression. It was working in 4.11.2 Could also be related to: [Link Removed] User D ...

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

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

Values are not copied for a EnumArray that is part of an exposed Struct Variable

UE - Gameplay - Blueprint - Jun 21, 2016

Values are not copied for a EnumArray that is part of an exposed Struct Variable; when copying from the Details panel to a copy of the same actor. User Description: If you make an array of custom ...