A crash occurs when switching back and forth between levels when using seamless travel. This happens if a multicast was called and if it contains a member variable. ...
UK2Node_CallFunction::GeneratePinTooltipFromFunction relies a lot on loops that increment the index used to check the individual characters in the comments. The problem is that there are a few miss ...
This is a regression. Tested in //UE4/Release-4.27 CL18319896 In UE4 an error is thrown when attempting to add an input. A Blueprint containing a Macro with a Wild Card input crashes when a Custom ...
Setting a UMG widget to be added to viewport when a volume is overlapped though code and creating a blueprint of this class causes the editor to crash when the blueprint is opened if the BP has a st ...
When changing Cloth Skeletal Meshes and Animation Blueprints on a Character it will cause the Engine to crash during PIE. This is a regression from 4.19.2 (CL-4033788) as it was working as expected ...
I have attached a reproduction project with the above settings.[Link Removed] It crashes when packaged, launched and moved in-game. This issue seems to occur when there is an object in the Unbuilt ...
Shortcut will still led to create a new function in the macro library. and this makes engine crash with following callstack. Assertion failed: Blueprint->BlueprintType != BPTYPE_MacroLibrary [Link ...
Crash occurs when the user launches a project with a +75 bone skeletal mesh actor in their scene with the Compat.MAX_GPUSKIN_BONES=75 config change, and the default preview render is Shader Model 5. ...
Crash on switching to landscape/paint tab when using a landscape material that has a material function hooked onto the WorldPositionOffset. Working as expected in 4.21 CL# 4753647 Found in 4.22 CL ...
Currently the Dynamic Entry Box has no protection against recursion, leading to a stack overflow and a crash. This issue was reported and tested in 4.25 (CL-13144385). This was reproduced in 4.24.3 ...