This appears to be some form of type confusion. In editor, the type of the result pin is a Packed Level Actor Class Reference, but at runtime, the returned value is a BlueprintGeneratedClass. ...
There is a bug inside Unreal Editor when selecting "Browse to Asset" for a Packed Level Actor. Right clicking the Packed Level Actor, all the asset options appear. If you click the "Browse to Asse ...
Tested on the provided project, it looks like the unwrap was provided, but then the process stuck. I also checked the Task manager and there wasn't almost any activity for RealityCapture.[Image Remo ...
Lumen HWRT, combined with Niagara Mesh Renderer, can cause the Lumen Scene to be reset, resulting in a sudden change to indirect lighting. ...
When editing a component property in the level viewport, if the component was added via the Blueprint Editor, pressing Enter after changing a value causes the details panel to lose focus. This inter ...
Skeletal meshes with disabled mesh sections will flicker in the Hardware Ray Tracing Scene. Also tested on //UE/Release-5.6, CL:45232827 ...
In-app purchase failure nodes do not execute when there isn't any connection. ...
Playing a sound (firing weapon) and switching the camera mode will cause the gunfire sound to play twice, once from the weapon's position when it's fired and again as through the sound was coming fr ...
Subtracting .2 from a float seems to produce a float error, registering incorrect values during if checks. ...