There appears to be a bug relating to rendering multiple windows that can trigger under unknown circumstances. It has been reported on rectangle lights in the forums and on PostMotionBlur materials ...
In UE 5.4, when deleting actors in our levels, some blueprints will be mark dirty despite not having changed. We traced that down to FAssetRenameManager::CheckPackageForSoftObjectReferences. The af ...
Consider a UStruct with some basic type members, each one with a default value specified in the struct. Also consider a TSet or TMap with that struct as keys, used inside a UObject as a UProperty an ...
POST LINK: https://forums.unrealengine.com/t/enhanced-input-gesture-keys-pinch-rotate-flick-never-release-after-touch-ends-regression-in-5-8/2745006 POST BODY:Summary An Input Action mapped directl ...
Wrong density calculation in UBodySetup::CalculateMass. The licensee has provided the following analysis and suggested fix: In UBodySetup::CalculateMass, the following code is present: // physical ...
When using the Niagara Mesh Renderer with multiple mesh variants selected via MeshIndex, the number of TLAS instances allocated is NumParticles × NumMeshVariants and enabling the Path Tracer can ca ...
In UE's Project Settings, some pages are saved automatically to the project's "Config/Default<CATEGORY>.ini" file (meant to be version-controlled) on every change. Other pages have buttons "Set as D ...
A geometry collection with One Way Interaction Level set to 0 never breaks from its own collisions. It falls, lands, and stays intact no matter what it hits. Set the level to -1 (feature off) and ch ...
In the Level Editor, dragging the mouse while the "Alt" key is pressed performs one of the "Orbit" movements: OrbitRotation, OrbitPan, OrbitZoom. The same can be done while Piloting an actor. Howev ...
Summary When using the Level Instance Property Override system, overrides applied to `AActor::Tags` are silently lost for Blueprint actors whose Construction Script assigns or appends to `Tags`. The ...