UUserWidget::SetPositionInViewport does not function as intended

UE - Editor - UI Systems - Oct 15, 2018

The Set Position in Viewport node does affect UserWidgets position. It keeps it 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21  (CL - 4465720), 4.22 (CL - 44654877) ...

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

Blueprint reinstancing can duplicate delegate bindings from the reinstanced Blueprint Actor to another referenced Actor instance in the current scene.

UE - Gameplay - Blueprint Compiler - Oct 8, 2018

This issue occurs because post-BP compile reinstancing does not clear delegate bindings to other referenced Actor instances in the scene. Thus, the old BP actor instance remains in the referenced Ac ...

UVs are scaled drastically when importing from Solidworks

UE - Editor - Content Pipeline - Datasmith - Importer - Sep 28, 2018

UVs are scaled drastically when importing from Solidworks. When comparing it to an Engine Cube and adding a texture to it you can see the difference in UV scaling. The texture will need to scaled to ...

Geometry asset is tiny when importing a .udatasmith file from 3DS Max 2019

UE - Editor - Content Pipeline - Datasmith - Exporters - Sep 27, 2018

The user set up 3DS Max for centimeters and didn't do any pivot rotation. When exporting with the FBX the results are fine, but with DataSmith it is tiny for the actual geometry. This issue was re ...

[CrashReport] UE4Editor_Engine!UEdGraphPin::SerializePinArray() [edgraphpin.cpp:1808]

UE - Gameplay - Blueprint - Sep 26, 2018

User comment in crash group:I was try to copy the AI MOVE TO(from pawn sensing) node inside a function, i couldnt copy it because it said conflicting node substituted during paste;, so i tried to cu ...

Can't save level that has landscape layer material when moving level asset

UE - LD & Modeling - Terrain - Landscape - Sep 26, 2018

Can't save level that has landscape layer material when moving level asset. It look like regression,because it can save level asset in 4.19. This issue occur also that moving "Landsacape" level as ...

Missing Service Node warning when opening project

UE - AI - Sep 24, 2018

Services in the Behavior Tree sometimes don't work when the project is first loaded. The Behavior Tree will print a "missing service node" warning and the BT will remain inactive. This was reported ...

Merged Instanced Static Meshes (Merge Actors tool) not visible when duplicated

UE - World Creation - Worldbuilding Tools - HLOD - Sep 19, 2018

Instanced Static Mesh Actors created with (new in 4.20) ISM Merge tool do not immediately appear when duplicated. Confirmed in 4.21 Main @ CL 4374913 ...

Logs containing UTF-8 characters don't appear in CMD/Terminal on Linux

UE - Platform - Linux - Sep 5, 2018

If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...