Can't disable collision on landscapes

UE - LD & Modeling - Terrain - Landscape - May 14, 2018

Disabling collision on a Landscape doesn't work when using the Collision Preset 'NoCollision'. The Landscape still generates collision on Static and Skeletal meshes. ...

HLSL translator yields duplicated texture sampling code

UE - Graphics Features - Aug 27, 2019

Result: Material will generate following HLSL code inside CalcPixelMaterialInputs(), which results in two PS texture lookups. MaterialFloat4 Local0 = ProcessMaterialLinearColorTextureLookup(Textur ...

UObjects returned from "Get Item Children" in a TreeView widget causes an engine crash, due to invalid pointers

UE - Foundation - Core - UObject - Jun 9, 2020

UObjects returned from "Get Item Children" in a TreeView widget causes an engine crash, due to invalid pointers. User has proposed the following fix: The best fix is probably such: When Slate list ...

Ensure tripped: "Template Mismatch during attachment."

UE - Gameplay - Components - May 5, 2022

When the default values of Instanced variables are changed in Blueprint, the variables of actors on the level don't follow the default values

UE - Gameplay - Sep 20, 2022

When the default value of an Instanced variable defined in C++ is changed, it is not reflected in the default value of an Actor placed on a Level. In the reproduction procedure, when the default v ...

Incremental Cooks: Add dependencies on files loaded during Load/Save of the package

UE - Foundation - Core - Cooker - Oct 19, 2022

Iterative and Incremental cooking are supposed to recook packages when their "inputs" change. Most of the time inputs are the package file itself and the other package files on which it has dependen ...

MRQ - Groom Issue with Stencil Layers

UE - Anim - Sequencer - MRQ - Jan 31, 2023

There is a problem with rendering Grooms bound and attached to animated skeletal meshes when the mesh belongs to a stencil layer in both the Deferred Renderer or the Path Tracer. The groom does not ...

Renaming a variable on a Blueprint will reset that variable's value on any Child BPs

UE - Gameplay - Blueprint - Mar 25, 2023

If a variable is renamed on a blueprint, then any child blueprints will lose their default values for that variable and reset to the parent's default value. This resetting only happens with the Chi ...

Vehicle clutch not fully simulated in Chaos Vehicle Plugin

There is no manual clutch control exposed to users. For completeness this should be available via blueprint in the same way that the settering, throttle and brake are user controlled. ...