From a UDN, they also mentioned: Update: I added CommonUI to the test project to try the "Consume pointer input" setting. It behaves the same way as our custom input blocking widget in that the in ...
A spline component continues to be visible and editable in-editor despite all attempts to disable the functionality through the component's settings or uproperty specifiers. ...
A licensee reported that packaging the build with same content (it is unclear if they were rebuilding the DDC between the runs, but it shouldn't matter) produces a different placement of code chunks ...
Creating a MID makes the render state dirty and the engine will recreate a new scene proxy without the current attitude. This results in rendering the object in incorrect location. Here is a tempor ...
When using the "Reload" asset action on a String Table asset, any Text variables that reference the string table would break and say "<MISSING STRING TABLE ENTRY>". ...
Licensee noted that editor-only code from the Sun Position Calculator engine plugin was causing a warning in packaged builds. A similar issue was reported for 4.22 [Link Removed], but this appears t ...
When a blueprint's component hierarchy is changed by changing a child component's mobility value to Static while deleting its parent component which has Movable mobility, levels saved with an outdat ...
We should get to the bottom of this workaround and revert it eventually. Reported here: [Link Removed] ...
WidgetComponent controls widgets through VirtualWindow, but VirtualWindow does not have HWND, so IME cannot be enabled. The following workaround enables IME activation. void FSlateEditableTextLay ...