This is a licensee UDN: [Link Removed] I've reviewed the javascript/native bridge code and I don't see anything obvious. The fact that it can happen on both mobile platforms might point at some hi ...
[Link Removed] it seems like in 4.16 clicking the "Export translations for this culture" button (and perhaps import as well) for cultures that are not the native culture, you get an error ...
When BP functions are bound to native delegates with float parameters, we perform fixup on the BP functions such that their float parameters are converted from double precision to single precision. ...
An error message informs the user that a function does not have the BlueprintCallable keyword if the same function is using a native to blueprint communication keyword. The function/keywords are b ...
When a native component that wants initialisation is added to a Blueprint actor in the Blueprint editor, the initialisation state of this component will not be correctly preserved by RerunConstructi ...
When a function in a blueprint (BP created or BlueprintCallable from code) has nodes calling that function in the event graph, deleting the function entirely does not remove the nodes that already e ...
Blueprints currently don't support unsigned 64 bit ints, but they do support signed 64 bits. If a Blueprint uses a native struct variable that contains a uint64 property, it incorrectly assigns that ...
(User report) Attempting to build 4.18 Linux using v10_clang-5.0.0-centos7 results in an error: specified path differs in case from file name on disk Note: There is another issue reported in the sa ...
UObjectProperty properties within a UActorComponent class aren't exposed for editing in the Details panel when choosing to edit native component defaults in the BP editor. ...
UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...