Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Crash when entering Brush Editing mode with a Sequence spawnable Post process volume

UE - LD & Modeling - Modeling Tools - BSP - Mar 18, 2024

tvOS is missing prebuilt ssl libraries

UE - Platform - Apple - Apr 4, 2024

tvOS should include the libssl.a libs as part of the install build. ...

Pointer being freed was not allocated on IOS with MallocBinned2

UE - Platform - Mobile - Apr 15, 2024

Slack thread [Link Removed] Probably related to the same issue seen on Android, explained here: [Link Removed] ...

Landscape is missing its material when running a packaged project on Linux arm 64

UE - LD & Modeling - Terrain - Landscape - Apr 22, 2024

From licensee: The project contains a small flat terrain with a basic material attached to it - just a single texture sampler connected to the base color output. Also in the project is a skeletal m ...

ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced

UE - Rendering Architecture - Materials - Apr 16, 2024

ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]) because FMeshRenderer::RenderMaterialTexCoordScales() use ...

World Partition: warnings on editor only actors when running the editor in -server/-game mode

UE - World Creation - Worldbuilding Tools - World Partition - Apr 16, 2024

The warning for editor-only actors is unnecessary in these modes where they don't exist. ...

MaterialTextureScale calculated incorrectly for materials with WorldPositionOffset

UE - Rendering Architecture - Materials - Apr 16, 2024

When a Material uses WorldPositionOffset, the MaterialTextureScale is calculated incorrectly because FMaterialUtilities::ExportMaterialUVDensities() calls FMeshRenderer::RenderMaterialTexCoordScales ...

Breakpoint on SetText node in WBP PreConstruct triggers editor hang on save

UE - Gameplay - Blueprint - Apr 17, 2024

A user reported that when calling SetText on a text widget in a widget blueprint's PreConstruct causes an editor hang when you put a breakpoint on SetText and attempt to save the asset. The issue i ...