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

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

Movie Render Queue Console Variables settings do not apply to existing jobs when preset is saved.

UE - Anim - Sequencer - Oct 6, 2020

Console Variables settings will not update existing jobs when saved to a preset that they both use. ...

Cannot use Assign node with a Wildcard Container parameters

UE - Gameplay - Blueprint Editor - Oct 6, 2020

REGRESSION: Does not occur in 4.25 User is not able to use the Assign node with wildcard containers. The node is always made with single value parameter inputs and will generate compile errors. ...

Low-level memory tracking has negative values for "FMallocUnused" and "Untracked"

UE - Foundation - Core - Oct 6, 2020

"FMallocUnused" is immediately bellow 0. "Untracked" is reported to go below 0 after very long playtimes (over 36 hours). Reported in version 4.25.3(CL 13942748). Tested and found negative values f ...

Static Mesh imported from USD file has empty UV channel

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

When importing static mesh from USD file then it has the wrong amount of UV channels. Selecting a UV channel shows an empty area in the viewport. Regression: YES - not reproduced in 4.25.3 produc ...

Blueprint Function Library variables can be promoted out of scope

UE - Gameplay - Blueprint - Oct 5, 2020

Input parameters can be promoted to variables from the context menu when dropped on an empty graph. Per [Link Removed] this is not expected and dangerous for users to use. This is reproducible as f ...

Bluerpint nativization failed for calling TMap::Find function of a map container with an enum type key

UE - Gameplay - Blueprint - Oct 2, 2020

Followings are nodes in the repro project. [Image Removed] Here's a generated code of the BPvoid ANewBlueprint_C__pf1010915279::bpf__NewFunction_0__pf() { uint8 bpfv__CallFunc_GetInt_NewParam ...