The SetEmitterEnable BP function needs implementation

UE - Niagara - Mar 2, 2020

The BP function calls FNiagaraSystemInstance::SetEmitterEnable, which sets ExecutionState on the emitter instance to ENiagaraExecutionState::Inactive. FNiagaraSystemSimulation::PrepareForSystemSimul ...

Building a patch from the project launcher will crash unrealpak when pak encryption is enabled

UE - Foundation - Core - Mar 2, 2020

When using unrealpak to make a patch, if the source pak data that a patch is based from is encrypted, you must specify the "patchcryptokeys" parameter on the command line so unrealpak knows which cr ...

Changing the engine quality settings will cause the editor to crash

UE - Graphics Features - Feb 27, 2020

Changing the engine quality settings to low or medium will cause the editor to crash  This was tested in 4.24.3 @ CL 11590231 and doesn't occur, so this is marked as a regression.  Mac Environme ...

Crash if the number of spline points is less the one spline point currently selected

Tools - Feb 26, 2020

Spline components with "input spline points to construction script" enabled causes crash when selecting a spline point and reducing the total number of spline points below the selected spline. Te ...

The base color of a material in unlit mode changes when specular amount is above 0.0

UE - Graphics Features - Feb 24, 2020

Material's RGB base color values are changed in Unlit mode when specular is greater than 0.  User repro video:  [Link Removed] Tested in: 4.23.1 CL#9631420, 4.25 CL#11574810 ...

Merging actors with two-sided materials produces incorrect results

UE - World Creation - Worldbuilding Tools - Merge Actor - Feb 24, 2020

Merging two actors using a two-sided material produce incorrect results. Notes: Tested with "Allow two-sided material" on and off, the same result is produced. The same issue can be seen when ge ...

[CrashReport] UE4Editor-Engine!FMaterialShaderMap::ProcessCompilationResults(TArray<FShaderCommonCompileJob *,TSizedDefaultAllocator<32>

UE - Rendering Architecture - RHI - Feb 21, 2020

Generated from CrashReporter ErrorMessage: Assertion failed: Shader [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Engine/Private/Materials/MaterialShader.cpp] [Line: 1811] Comments: Compile ...

Media Textures assigned at run time are not being applied to the assigned mesh

Media Framework - Feb 21, 2020

Dynamically created media texture is not applied to assigned meshes.  Tested in:  4.23.1 CL#9631420, 4.25 CL#11574810 ...

Widget "Listen For Input Action" executes on unexpected input event

UE - Editor - UI Systems - Feb 19, 2020

Listen For Input Action firing erroneously. Confirmed in 4.26 MAIN @ CL 11536993 ...

UDIM UVs are wrong

UE - Graphics Features - Feb 19, 2020

UE4 applies 1-x transform to V coordinate when importing UVs from mesh. This is to handle GL/D3D differences in texture origin, but it breaks UDIM page addressing. It's possible to apply a fix to ...