There is an issue with Maps of Wildcard type that do not propagate values correctly when inside of macro. When using these in a blueprint there are errors and the blueprint cannot compile. This issu ...
The Web browser widget does not appear to accept keyboard input until clicked. Even when opening a web page that has a text box that is selected by default (such as in the test project provided) and ...
We currently can not convert directly from GameplayTagNetIndex into GameplayTag. User is requesting the addition of the following code. FGameplayTag UGameplayTagsManager::GetTagFromNetIndex(FGamepl ...
If static mesh's material slot's cast shadow is changed, UE4 does not show "LIGHTING NEEDS TO BE REBUILT". I solved it with the following fixes. StaticMeshEditorTools.cpp void FMeshSectionSettin ...
Originally reproduced this utilizing Play in Standalone and adjusting the Editor Preferences for Standalone Window Position. ...
Users with GNOME Shell installed have reported having issues with multi-monitor support when the monitors are not equally sized or the same aspect ratio. If the application is moved from a smaller ...
A licensee has reported a problem where FVisualStudioSourceCodeAccessor.AddSourceFiles is unable to handle two files being added at the same time. In this case, a .cpp and .h are added at the same t ...
When SphereTraceByChannel has a radius greater than the Character CapsuleComponent it causes the SphereTraceByChannel hitbox to register to the Character's origin point instead of the static mesh it ...
Unloading level during PIE seems to lead to an editor crash. Most easily reproducible by enabling malloc stomp. ...
Currently, properties added to a native class in a derived blueprint class are not being recognized by the Bind menu on UserWidgets. The only way to make additional properties appear in this list is ...