Inherited Skeletal Mesh Components do not work for Mapping Control Rig Component

UE - Anim - Rigging - Control Rig - Oct 12, 2020

Control Rig Component does not work with inhereited Skeletal Mesh Components. They only work with non inhereited Skeletal Mesh Components. [Link Removed] ...

Groom Binding Asset not saving

UE - Editor - Content Pipeline - Import and Export - Oct 12, 2020

After the user imports an alembic groom asset and creates a binding, then saves, the user opens the groom editor and assigns the newly-created binding asset. After saving the editor and re-opens the ...

Array references are not recognized in Blueprint

UE - Gameplay - Oct 12, 2020

Link to test project: [Link Removed] In BP_MyPlayerController event graph, “T” is bound to a Blueprint function called “BPSetMyArrayElement0To5”. “BPSetMyArrayElement0To5” calls the C++ function ...

Depth of field issues on Translucent Materials with Raytracing and DirectX12 enabled

UE - Graphics Features - Lumen - Oct 9, 2020

With DirectX12 and Raytracing enabled, translucent materials are not showing the correct depth of field.  Reported in version 4.25.3(CL 13942748). Tested and found in versions 4.25.3 and 4.24.3(C ...

iOS/TVos/Mac Compilation Error - Argument List Too Long

UE - Platform - Mobile - Oct 8, 2020

Compilations are failing on iOS, tvOS and Mac due to the following clang error: clang: error: unable to exectute command: posix_spawn failed: Argument list too long ...

Undo function breaks local variables in Blueprint Function after compiling

UE - Gameplay - Oct 8, 2020

Blueprint functions appear to correctly associate local variables when renaming the function. However when undoing a rename with ctrl-z the local variables appear to lose their association. Redoing ...

Connection is broken between Custom event and Collapsed Graph, which is promoted to Macro

UE - Gameplay - Blueprint - Oct 8, 2020

When user promotes collapsed graph that has connection to custom event to macro, connection between that custom event and new macro is brokenThis is not the case when directly collapsing selected no ...

Launching a packaged game calling DownloadImage with -nullRHI option crashes

UE - Editor - UI Systems - Oct 8, 2020

When using nullrhi, the Texture->Resource variable in UAsyncTaskDownloadImage::HandleImageRequest is null and a crash occurs in WriteRawToTexture_RenderThread. ...

Crash When You Add Get Landscape Material Node

UE - LD & Modeling - Terrain - Landscape - Oct 7, 2020

After staring a new, blank project, and adding a generic blueprint actor, the editor crashes after you add a "Get Landscape Material" Proxy to the event graph within the blueprint. ...

UBlueprintFileUtilsBPLibrary is inaccessible through Python script

UE - Editor - Workflow Systems - Oct 7, 2020

The BlueprintFileUtilsBPLibrary API is not accessible through python scripts run in the editor. Attempting to run a script utilizing BplueprintFileUtilsBPLibrary results in:LogPython: Error: Traceb ...