After vertex painting on a Static Mesh component of a Blueprint, the Vertex paint data is lost when the Blueprint is copied. Oddly, pasting into a text editor shows VertexColorData, but it seems to ...
If you go to create a new blueprint class and go to the all classes dropdown menu, search for a class name and then attempt to select it by pressing the down arrow to the selection and hitting enter ...
When motion blur is active and the view port is in motion there will be a dark artifact visible at the bottom of the screen. Normally this isn't very noticeable however the effect worsens with speed ...
When converting the character movement in the sidescroller template to occur on Tick instead of key press, the character will begin to run, and then get slightly hung up on the edge of the platform ...
Touch events registers as Keyboard Keys rather than a separate key type. ...
While attempting to modify the World Align Blend function in order to map decals to a surface based on a world vector input, I discovered the function fails to compile while passing the SceneTexture ...
Unreal doesn't change appearance when changing system configuration display scaling options. Editor Texts are still quite small and don't change based on the Display Scaling %. This bug also causes ...
The debug render collision for spline mesh components using a mesh with complex collision is incorrect and is not updated to reflect changes in the mesh's deformation. The collision response itself, ...
The VoipListenerSynthComponent created by the voice chat will try to be released by the GC after the server travel because it has previous levels and references, but the referenced level does not al ...
When we record a Take from a level actor, a warning about referencing the same Guid inside LazyObjectPtr.h appears. The functionality of the LevelSequence works as expeced, but when the initial tak ...