Large Landscapes cause long PIE start time delays

UE - LD & Modeling - Terrain - Landscape - Jan 29, 2020

These delays appear with large Landscapes (for example 8029 x 8029) . The delays only start occurring after the level is saved and reopened. After which PIE start times will be 5 to 15 times longer ...

Unexpected Changes in Saturation/Contrast of Colors when upgrading project to 4.15

UE - Graphics Features - Jan 30, 2017

When upgrading a project to 4.15 (in my case from 4.14.3), the colors seem to have shifted in contrast/saturation. It is not a huge difference, but noticeable enough to affect the overall result of ...

Launching on IOS, sessions do not appear in the Session Frontend

UE - Networking - Oct 17, 2018

Licensee reports: Dug into this further and our iOS devices aren't receiving any of the handshake messages sent by the Session Frontend (or any other UDP messages for that matter) because multicast ...

Attempting to use the GameplayTags module in a binary code project will result in build failures in Visual Studio.

UE - Foundation - Core - Mar 27, 2015

Using the GameplayTags module in a code project created with the binary version of the Engine results in a build failure in Visual Studio. The following error is shown: 1> D:/Epic Games/4.7/Engine ...

LIVE: Manually importing a single LOD created in Maya will rotate -90 degrees

UE - Editor - Content Pipeline - Import and Export - Nov 5, 2014

DESCRIPTION: When importing a mesh created with Maya then saving, closing, and reopening the editor, if you add a LOD via the right mouse menu or mesh editor will result in the LOD importing -90 rot ...

UDN: ChildBP - When replacing Static or SkelMesh Compoent inherited from the Parent Class, Socket list doesn't update

UE - Gameplay - Blueprint - May 21, 2015

This is simple, but maybe hard to explain, so hear with me. I've attached a sample project and Repro Steps below in case it's not clear. Basically: 1. Make BP_Parent with an unassigned Mesh (Stati ...

Implied Decal Blend Modes don't properly account for Material Attributes usage

UE - Graphics Features - Sep 28, 2021

I've attached a project with the necessary materials that demonstrate this issue. I would expect that just because a Set Material Attributes node is inside a material graph it wouldn't affect the de ...

WPO is incorrectly generated on materials using Material Attributes as input to Landscape Layer Blend node

UE - Rendering Architecture - Materials - Jan 31, 2024

This comes from this UDN : [Link Removed] It occurs with this setup :  [Image Removed] , where Set Material Attributes expressions act as inputs to the Landscape Layer Blend material expression. ...

Crash generating grass for landscape with XY offset map

UE - LD & Modeling - Terrain - Landscape - May 8, 2015

Landscape grass map generation crashes if the landscape component in question uses an XY offset map. --------- Fatal error: [Link Removed] [Line: 646] Rendering thread exception: Fatal error: [Lin ...

When a BPActor containing HISMs is multiplied with a scale, LOD display control doesn't work correctly

UE - Rendering Architecture - Nov 29, 2023

Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...