“Receives Decals” is not respected on Procedural Mesh Component

UE - Graphics Features - Oct 14, 2022

(Enduring Games) I investigated it and found that the following primitive data flag test in BasePassPixelShader.usf fails: (GetPrimitiveData(MaterialParameters).Flags & PRIMITIVE_SCENE_DATA_FLAG_DE ...

Can't set "r.Shaders.Optimize" to false in UE5.4

UE - Rendering Architecture - Shaders - Jun 7, 2024

The CVar "r.Shaders.Optimize" cannot be set to false from DefaultEngine.ini in the section "[ShaderCompiler]" as its help text describes. Also tested on UE5-Main, CL: 34200103 ...

The collision of objects moving at high speeds seems to move in front of the object

UE - Simulation - Physics - Mar 9, 2015

The collision of objects moving at high speeds seems to move in front of the object. The faster the object is moving, the further the collision will be from the mesh. AnswerHub report: https://an ...

Some texture files cannot be exported from the editor

Tools - Feb 4, 2015

There are instances where some texture files cannot be exported from the editor. In this older post a user had reported this with the file T_Sky_Blue from the engine folder. Only this file has been ...

Select node pins can silently change type on reload and break a previous connection.

UE - Gameplay - Blueprint - Apr 12, 2017

Same issue as in [Link Removed], only this is a different node implementation that attempts to replicate similar behavior. There are a couple differences in behavior here though; notably, that the c ...

Setting linear dampening during runtime via the event graph does not work for separated chunks

UE - Simulation - Physics - Destruction - Dec 18, 2014

DESCRIPTION: When using a DM in blueprints and setting the linear dampening in the event graph the DM will honor the linear dampening but the chunks as they break off will not. Setting the mesh to ...

[MetaSounds] - Sound Waves used in composition cut out after GC in packaged game if the reference graph uses a literal input

UE - Audio - MetaSounds - Mar 18, 2022

When a Sound Wave is set on a referenced node, and that node is used in composition, the Sound Wave will cut out after some time. This does not occur if the reference node uses an Input node for the ...

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero

UE - Gameplay - Feb 3, 2015

Cannot set the Rotation value of an Instance Static Mesh component if the scale is set to zero. This can be done with StaticMesh components and standard Static Meshes in the level. ...

EnhancedInput Chorded Actions do not work on higher priority mappings

UE - Gameplay - Input - Aug 21, 2023

Reported from Prismatic: It appears that the Add Mapping Context function currently prioritizes low numbers over high numbers, which seems inconsistent with the function description and some parts ...

Actor components in blueprintable structs are uneditable in full BP editor, but not on instanced actors or in data BP editor

UE - Gameplay - Blueprint Editor - Jan 24, 2024

When an actor has a blueprintable struct that contains a reference to an actor component and that component is created default in the actor's constructor, the struct and the component will be unedit ...