-The editor will crash when opening a project with the Renderdoc Plugin enabled while the user has Renderdoc installed on their machine. Uninstalling Renderdoc allows the project to open without cra ...
Several users have reported crashes when attempting to open the OculusVRDarts game we offer in our [Link Removed] Instead of allowing the engine to crash, we should handle this issue gracefully and ...
Followings are nodes in the repro project. [Image Removed] Here's a generated code of the BPvoid ANewBlueprint_C__pf1010915279::bpf__NewFunction_0__pf() { uint8 bpfv__CallFunc_GetInt_NewParam ...
Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...
In a normal detail panel, each element has its own SDetailSingleItemRow and are mostly uniformly sized with some exceptions of having a few bigger rows (i.e. asset pickers). However, these layers ar ...
Note: Clipping on letterboxed player screen works fine on 4.24. This issue was brought in by CL#10541213. Here's a workaround TSharedPtr<SGameLayerManager::FPlayerLayer> SGameLayerManager::Fin ...
This will only repro when connected to source control ...
The networking system has a max frame rate of 120hz by default. Inside UNetConnection::Tick it computes an estimated bandwidth by using that max frame rate, the engine's max frame rate, and the actu ...
Alternative you can follow these steps to reproduce 1. Create a new project with ray tracing enabled 2. Activate the groom plugins 3. Import a groom asset into the scene 4. Add any light type to the ...
The delegates for actor should show up in the Detail tab like components. There should be an "Event" group and list all available delegates, and designers can click on the "+" sign to add event on t ...