Error message: Assertion failed: IsValid() [Link Removed] [Line: 752] Source Context: 738 return *this; 739 } 740 741 /** 742 * Converts a shared ...
Logs aren't being saved on Android devices, even when the source files are updated to reflect output logs. However, they were working in 4.12. iOS logs are showing up in shipping. ...
This occurs because the 'AttachParent' property is a UPROPERTY, and as a result when we create a new instance of a USceneComponent subtype, any USceneComponent subtypes it owns are treated as instan ...
Licensee was looking for a way to get total file size to display download progress. On Windows (which uses the curl library for Http request/response), binding a function to the OnRequestProgress d ...
Performing a hot reload after updating an Enum will not reflect the update until the editor is closed/reopened. UPDATE (8/23/17): Restarting the editor dose not immediately update the enum. When ...
When selecting actors in the scene they get filled with an orange color rather than the typical orange outline. This is unrelated to the setting "Selection Highlight Intensity" as the bug will sti ...
When you package a project on Windows or Mac, the project is then opened in windowed mode instead of windowed fullscreen. Regression: Works in 4.12.5-3039270 Does not work in 4.13.2-3172292 Does no ...
An ensure is occurring when pasting a timeline that was once connected to a node into a function in blueprint. Regression: No, this also occurs in 4.12.5. ...
The linked project crashes on open after attempting to implement an interface and a duplicate of that same interface with different function names. This has not been reproduced in a clean project, h ...
The blueprint debug filter is not working properly. It shows when your print string is being called but it isn't showing the trace location of the actual function from the blueprint. ...