Variables not labeled as Editable will not update with a branch node inside of the construction script. Variables behave as expected when not connected to the branch node. This issue was tested with ...
The Editor will crash when using the keyboard Command-S shortcut to save a Blueprint after adding a node if the Mac is set to use Japanese Romaji input. The crash actually seems to occur as soon as ...
Go To Definition fails for Set and Map Utility nodes (does not seem to affect Arrays). A warning similar to the following appears in the output log:LogSelectionDetails: Warning: NavigateToFunctionS ...
Renaming or moving Assets with a captured thumbnail removes the thumbnail when it should preserve the captured thumbnail. This issue does not appear to be a regression. Versions Tested: Issue occur ...
Changing LODBias on landscape sections causes a grass type placement issues. The grass will be floating and rotated incorrectly. Found in 4.18 CL# 3832480, 4.19 CL# 4033788, 4.20 Preview 1 CL# 4 ...
When a Skeletal Mesh isn't assigned, enabling Per Poly Collision on the Skeletal Mesh Component causes the Editor to crash. This issue was reported and tested in 4.20.1 (CL-4233996). This issue was ...
Material cropping in 3DS Max doesn't seem to translate well into Datasmith when they are used in the same bitmap. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4.23.1 ...
[SM5] /Engine/Private/VolumetricCloud.usf(118,33-53): error X3018: invalid subscript 'VertexId' This is happening in VolumetricCloud.usf, but it seems that I can avoid the error by adding the follow ...
It seems that when comparing the custom versions for a replay (in the "operator<<" defined in ReplayTypes.cpp), the value retrieved from the FCurrentCustomVersions is not the value set at runtime, b ...
User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...