When creating a patch with pak signing enabled the created output folder contains the pak files from the base release but does not contain the .sig files, even if they were enabled when creating the ...
In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...
The licensee has noticed that local variables of type InstancedStruct return nullptr. The setup is a verification of the behavior. Class variables work normally. I've tested this behavior on every v ...
When a commandlet is run it successfully completes but does not terminate the engine correctly. It appears that multiple requests are made to terminate the engine process these subsequent engine ter ...
AddEndpointsFromConfig from Telemetry.cs is searching for StudioTelemetry.Provider.Horde. This appears to be out of sync with StudioTelemetry.Provider.HordeAnalytics mentioned in BaseEngine.ini. ...
In UE's Project Settings, some pages are saved automatically to the project's "Config/Default<CATEGORY>.ini" file (meant to be version-controlled) on every change. Other pages have buttons "Set as D ...
1. Download the Licensee repro, compile, and open:https://udn.unrealengine.com/s/contentdocument/069QP00000CdN7WYAV 2. Press the first hatched button on the top bar, next to the Platforms dropdown. ...
When a Sandbox Visitor checks a directory and it doesn't exist, it returns true on Windows and false on other platforms. The code that uses the result of this check, IterateDirectory, doesn't conti ...
Packaged projects on 5.4.2 (DebugGame) crash immediately on startup when it is opened through the command line using the global logging very-verbose argument. ...