FInterfaceProperty::SerializeItem (and ImportText) attempt to determine if the passed in object implements the interface in question. They do this by calling GetInterfaceAddress, which tries to get ...
In 4.27 the logic in SteamSocket.cpp which is part of the SteamSockets plugin was changed to use Poll Groups instead of a removed API function that checked all children of a listen socket. However, ...
From reporting UDN: "We had a weird issue with new components added in C++ not being instanced properly on non-direct Blueprint children. It seems to happen if loading of the parent BP is deferred ...
The cloth debug materials are causing a slower opening of the editor. Would be better done at plugin initialization time. ...
Constness is not updated in overridden BlueprintImplementableEvents when the native declaration is made non-const. ...
Enum pin dropdown obscures the icons of the enum == and != nodes. ...
This is a regression from 4.27. This is happening because of the change to typed elements. UEditorEngine::PostUndo, when combined with the typed element changes causes the selection set to reorder ...
Crash adding subscene to a looped subscene. Note this did not repro with brand new sequences not sure what's different about this older content. This also occurs in Release-5.0. ...
On a listen server, any voice chat sound that should be routed through a UVOIPTalker component doesn't appear to do so. The sound is audible regardless of where the host's player is located in relat ...