I came across this bug while attempting to verify UE-41073. That bug is verified, but I accidentally added the struct into the collapsed node without going into the collapsed graph and split the col ...
It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...
Hello, A licensee has reported us a crash in DebugCameraController / DebugCameraHUD. It is due to a missing check in ADebugCameraHUD::PostRender() of SelectedActor set in ADebugCameraController ...
Certain Map container calls (e.g. Find, Add) will fail to compile at packaging time if a Blueprint class containing a Map variable with a user-defined enumeration as the key type is nativized. This ...
"This ensure is intended to catch regressions where rendering programmers add a loose parameter to LocalVertexFactory, breaking dynamic instancing on regular static meshes. InstancedStaticMeshes c ...
Blueprint timelines: when converting an internal curve to an external curve asset, the curve asset's data isn't used until the blueprint is recompiled. This is confusing as there is no indication th ...
The stems from a really old change (CL 2948683) to fix [Link Removed]. Compiling ObjectA will call RefreshExternalBlueprintDependencyNodes on its dependent BP, ObjectB_ReferencesA, which reconstru ...
Another thread: https://answers.unrealengine.com/questions/241358/amd-cpu-very-low-performance-because-ixaudio2sourc.html Note: This not a regression and has existed since our first implementation ...
When you have the mouse cursor set to show in game, if you use shift+f1 to unlock the mouse, eject, and then attempt to click and move an actor using the transform gizmo, you are unable to do so. S ...
The collision mesh and the display mesh are often similar enough to be difficult to differentiate, and there is currently no way to view the collision wireframe without the display wireframe as well ...