The iOS Virtual Keyboard has an issue when entering text into a regular UMG text entry field. If the backspace key is pressed and held, rather than deleting all the characters preceding the caret o ...
Due to the following code in [Link Removed] (CL-11585172), it is always set to Break even if the Tangent value is continuous. ArriveTangent = LeftTangent * (ArriveTimeDiff); ... LeaveTangent = Ri ...
The cause is that the ImportFBXProperty in MovieSceneToolHelpers.cpp is divided by DecimalRate. ArriveTangent = ArriveTangent / ((Key.Time - PrevKey.Time) * DecimalRate); LeaveTangent = LeaveTange ...
"Win and Up Arrow" is shortcut for changing to fullscreen mode, but it does not work properly before clicking window or change input mode to UI or GameAndUI. probably, Win API caused this issue, an ...
When initializing struct members from default data at UObject initialization time, we are currently copying struct properties that contain instanced subobjects from the default data. This can potent ...
I think this could occur anytime but is probably very rare. However using this plugin from the reported UDN makes it much easier to repro as they are calling FMacApplication::ConvertCocoaPositionTo ...
This is because the metadata is editor only and will be stripped in a cooked build. We should make the behavior of the to string function consistent between PIE and a cooked build. ...
Right now, plugins installed to the game directory will only load plugin-specific config files with the path /Project/Plugins/PluginPath/Config/*Default*PluginName.ini. However, engine plugins will ...
As mentioned in the UDN - the user tried to rename an SMC to a different actor, which leaves the URO manager left with an incorrect data as it is not aware of the move. User proposed overriding Post ...