Keeping editor unfocused while in PIE leads to memory leak, eventually freezing the editor. The editor must be closed through task manager and leaves no crash report or log error. ...
Something that has been encrypted with the FAES::EncryptData() function does not return to the original input when decrypted with FAES::DecryptData(). ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: false [Link Remo ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: GIsHotReload [Link Removed] [Line: 564] Source Context: 103 ...
When attempting to build the Minidump Diagnostics project from the UE4 source, it will fail if you're using Visual Studio 2015 Update 2. Please note that this does not occur in the base VS2015 or wi ...
Functions whose definition is in a platform specific "if" block cannot be bound to a delegate and also causes an assert when beginning to play in PIE for the first time since compiling, but the asse ...
When failing to hot reload in some cases, the compile button in the editor will disappear and Hot Reloads will stop occurring. This tends to happen randomly in other scenarios but the method above i ...
If either/both of the "Starter Content" or "Template and Feature Packs" checkbox's are not selected when installing/updating 4.12 from the Launcher, the engine .cpp files will not show up in Visual ...
If an Enum is defined in ClassA and ClassA is included into the Project.h file, having a UFUNCTION in ClassB that takes the enum as a parameter will fail compile. Only by adding an include statemen ...
Attempting to load dlc assets with RequestAsyncLoad function results in the assets not being recognized. ...