Custom Primitive Data changes done in the details panel on a placed BP Static Mesh resets to 0 after modifiying it

UE - Graphics Features - Dec 16, 2022

Custom Primitive Data values don't stick when editing them in the detail panel on a placed BP actor containing a Static Mesh Component.  Duplicate of [Link Removed] ...

Crash when spawning multiple HISM at runtime in a packaged shipping build

UE - World Creation - Worldbuilding Tools - HLOD - Feb 25, 2021

When adding multiple Hierarchical Instanced Static Meshes on a loop and packaging the project in Shipping configuration the application crashes due to LowLevelFatalError [Link Removed] [Line: 1431] ...

Promote to variable in a parent blueprint does not pass/preserve the non-default value in derived children blueprints

UE - Gameplay - Blueprint - Jul 11, 2018

When using the feature "promote to variable" on a pin that represents a value that is not an engine default (Example: Floats = 0.0, Booleans = False, ect..), that default value (for the variable tha ...

[CrashReport] UE4Editor_RHI!TSet<TTuple<FBoundShaderStateKey,FCachedBoundShaderStateLink * __ptr64>,TDefaultMapHashableKeyFuncs<FBoundShaderStateKey,FCachedBoundShaderStateLink * __ptr64,0>,FDefaultSetAllocator>::FindId() [set.h:629]

UE - Graphics Features - Mar 23, 2018

No user comments in crash group 620 FSetElementId FindId(KeyInitType Key) const 621 { 622 if (Elements.Num()) 623 { 624 for(FSetElementId ElementI ...

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

SetActorEnableCollision does not affect Destructible meshes

UE - Simulation - Physics - Destruction - Jan 4, 2016

Setting the SetActorEnableCollision blueprint node to false does not disable collision for a destructible mesh. Workaround: Adding a static Mesh component and setting any mesh will cause the collis ...

Screen Space Reflection Quality seems Inaccurate or Misleading

UE - Graphics Features - Jul 12, 2016

A user has reported the SSR quality on Macs has no visible difference between 60.0 to 100.0. I was able to confirm this is the case and also found this to be true on PC as well. I noticed that the ...

Double Properties break reset to default and inherited value propagation

UE - Gameplay - LWC - Apr 13, 2022

This is an issue with how FPropertyValueImpl::ResetToDefault works: it uses GetDefaultValueAsString to reset the default value. This is problematic because the LexToString function that is eventuall ...

Crash while using Geometry Scripting to add an Array of Vector 2D data to 'Append Buffers to Mesh' node UV0 input pin

UE - LD & Modeling - Modeling Tools - Jun 13, 2022

Geometry Scripting plugin isn't available for 4.27.2, and the behavior is the same 5.0.1. Crash while using Geometry Scripting to add an Array of Vector 2D data to 'Append Buffers to Mesh' node UV0 ...