Blueprint function input default values only a text field

UE - Gameplay - Blueprint - Mar 2, 2015

When you create a new variable you get a useful default value specification option for the given type. However, for a function input the values are just a string which requires knowing the arcane s ...

MetalRHI Asserts When Using "Profile GPU" With RHI-Thread/Parallel-Execution

UE - Graphics Features - Sep 14, 2016

When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...

UMG textfield crash with using Metal

UE - Graphics Features - Dec 12, 2016

UMG textfield crash with using Metal after switching screens and spamming a UMG text field. User provided an example video for reference. Link: [Link Removed] ...

IsTickableInEditor is ignored

UE - Foundation - Core - Jan 10, 2017

Changing IsTickableInEditor to false does not prevent an object from ticking while in editor mode. ...

Crash Occurs When Using NetProfile While Running Packaged Build With Connected Client

UE - Networking - Jan 19, 2017

A crash is occurring when attempting to use the netprofile command while running a packaged game with the server on one PC and the client on another. ...

Duplicates of Actor Blueprints have a Blank, Black preview Window

UE - Editor - Content Pipeline - Content Browser - Feb 21, 2017

Duplicates of Actor Blueprints have a blank, black preview instead of the preview of the original (See sample image). Not a regression, occurs in UE4.14.3 as well ...

Incorrect collision of merged actor that was merged from a Spline Mesh Component

UE - Simulation - Physics - Apr 10, 2017

Incorrect collision of merged actor that was merged from a Spline Mesh Component Licensee description: We often use spline mesh blueprints to generate organic art for us, like roots, trees, and r ...

Alembic geometry cache doesn't import every frame when importing large frame ranges

OLD - Anim - Apr 13, 2017

Alembic geometry cache doesn't import every frame when importing large frame ranges. Specifically when they don't start at frame 1. [Link Removed] ...

BP - Nativized build will crash at runtime if a BP class enabled for nativization includes a ChildActorComponent with a BP not enabled for nativization set as the ChildActor class.

UE - Gameplay - Blueprint - Apr 20, 2017

Note: The same crash will occur if the nativization mode is set to "Inclusive" in the Project settings and if the ChildActor BP class is a data-only Blueprint (i.e. has no script or member variables ...

Crash when adding Actor Array Element to a Sequencer Event Struct

UE - Anim - Sequencer - May 25, 2017

Crash when adding Actor Array Element to a Sequencer Event Struct Error message: Assertion failed: 0 [Link Removed] [Line: 56] Source Context: 42 N = FName(*StringName); 43 ...