Using a Blutility to modify an Actor in a Streaming Level doesn't make it dirty

UE - Gameplay - Oct 11, 2018

Using a Blutility to modify an Actor in a Streaming Level doesn't make it dirty and prompt it to be saved. This was reproduced and tested in 4.19.2 (CL-4033788), 4.20.3 (CL-4369336), 4.21 (CL-44358 ...

UCheatManager::ToggleDebugCamera() causes crash

UE - Gameplay - Oct 11, 2018

Toggling the Debug Camera with the UCheatManager::ToggleDebugCamera() function in a PlayerController derived class causes a crash. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL ...

Editor Crashes when enabling Vertex Colors on an imported Skeletal Mesh with Morph Target Animations

UE - Graphics Features - Oct 11, 2018

Licensee wants to be able to import skeletal meshes which have Vertex Colours (their entire game is Vertex Coloured) and Morph Target animation, but they're seeing a crash when toggling Vertex Color ...

The InsertFeaturePacksIntoINIFile() function creates an invalid entry in the DefaultGame.ini file

UE - Foundation - Core - Oct 10, 2018

The GameProjectUtils::InsertFeaturePacksIntoINIFile() function is not creating a valid entry in the DefaultGame.ini file. It is currently missing a double-quote at the end of the PackSource value fo ...

Datasmith files containing special characters do not import correctly in Unreal

UE - Editor - Content Pipeline - Datasmith - Exporters - Oct 10, 2018

User is experiencing an import issue with a 3DS Max 2019 file. Their workflow is as follows and works for all their assets but this one:Original file created in revit 2019Import revit link to 3dsmax ...

TimeStretchCurve doesn't work in Animation Montage

UE - Anim - Gameplay - Oct 9, 2018

Using a TimeStretchCurve in an Animation Montage doesn't cause it to slow down or speed up when keys are added to the curve.  Link to API: [Link Removed] This was reported and tested in 4.20.3 (CL ...

Unable to package for Linux with exceptions enabled

UE - Platform - Linux - Oct 9, 2018

Licensee's project requires the bEnableExceptions flag to be set to true in the Build.cs file. The build compiles for Windows, but when attempting to package for Linux they get these errors: Proce ...

The Compile Single File option in UnrealVS fails if there is a space in the path to the Engine's root folder

UE - Foundation - Cpp Tools - Oct 3, 2018

The Compile Single File option in UnrealVS fails if the Engine is located in a directory where there is a space somewhere in the path to the Engine's root directory. REGRESSION: No ...

Audio: Spatialization: Set Allow Spatialization BP command is not functioning

UE - Audio - Oct 1, 2018

Reported via AnswerHub on 4.19 and confirmed in Dev-Audio, the Set Allow Spatialization widget in BP appears to not be functioning - as the audio does not become spatialized in playback. ...

Ensure triggers when undoing change to newly created variable

UE - Gameplay - Blueprint - Sep 28, 2018

Ensure will trigger when undo reverts text to default value. "This triggers an ensure because the undo ends up calling SKismetInspector::ShowDetailsForObjects(), which forces the keyboard focus to ...