FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...

Procedural Mesh Component 'Create StaticMesh' Function corrupts mesh tangents

UE - LD & Modeling - Modeling Tools - Mesh Editing - Oct 25, 2018

After clicking 'Create StaticMesh' button on an Procedural Mesh Component, and saving the mesh, the created mesh has bad tangents. Included in the attachments, is a test project with a parallax mate ...

Static Mesh's Simple Collision does not mirror collision orientation when mirrored

UE - Simulation - Physics - Dec 5, 2018

Created Static Mesh Actor's Simplified Collision boxes do not mirror Collision Orientation when mirrored in the World/Editor. ...

Waking both of a constraint's rigidbodies re-enables collisions between constrained actors that were disabled by a Physics Constraint Actor

UE - Simulation - Physics - Solver - Apr 12, 2022

Waking both of a constraint's rigidbodies re-enables collisions that were disabled by the physics constraint You can also get this issue to occur by either shooting the two cubes around a bit, or by ...

Gameplay effect modifier tag requirements are not checked for Instant/periodic effects

UE - Gameplay - Gameplay Ability System - Jun 19, 2023

When creating a GameplayEffect, modifiers can tag requirements for the Source and Target tags. For Duration gameplay effects, these tag requirements are checked from FAggregatorMod::UpdateQualifies ...

Level Sequences in Level Instances

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 20, 2023

Workaround is to specify Binding Overrides on the LevelSequenceActor through its Details panel as such (while editing the LI). ...

Making changes to a Camera Shake while previewing the Camera Shake triggers a crash

UE - Anim - Sequencer - May 23, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL 18319896  Making changes to a Camera Shake while previewing the Camera Shake triggers an Assertion upon compiling. ...

Implied Decal Blend Modes don't account for static ignore-switch parameters in an expected way

UE - Graphics Features - Sep 28, 2021

The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...

[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::RHICreateUniformBuffer() [d3d11uniformbuffer.cpp:218]

UE - Graphics Features - Jun 12, 2018

No user comments in crash group 208 check(Layout.ResourceOffsets.Num() == NumResources); 209 210 for (int32 i = 0; i < NumResources; ++i) 211 { 212 ...

Destructible mesh traces fail after switching collision response

UE - Simulation - Physics - Destruction - Jun 15, 2017

User reported issue on UDN, steps above and project attached. ...