In UE versions 5.4 and onwards (as of CL 42589677 in Main), when an Instanced UObject property is defined in an Actor Blueprint, modifying the default value in the Blueprint does not propagate the c ...
Update: 4/14/2015 Another report of this error: https://answers.unrealengine.com/questions/206466/blueprint-still-dirty-after-compile.html#answer-211801 =========================================== ...
Licensee is adding a widget to the viewport overlay via AddViewportWidgetContent(). The widget receives mouse input when hovered. They return unhandled from all their widget's onmouse functions and ...
While investigating an issue with enum comparisons breaking when the enum changes, I discovered that the comparison will not return true if set to "contains NOT EQUAL values" and the values are not ...
If a code project is created in an Engine built from source code, and then it is switched to use a binary Engine installed by the Launcher, building the project in Visual Studio will result in numer ...
When using source control and attempting to sync the project, sometimes assets are not updated to the latest changes properly. This causes changes made to those assets later to override previous ch ...
This is a trending crash coming out of the 4.17 release. Update: also occurring in 4.18 User DescriptionsCompiled after Refreshing Blueprint node after changine its namePressed compile after creat ...
This is a common and longstanding crash that has occurred since at least 4.11. However users have not provided any descriptions of their actions when the crash occurred. Source Context 107 ...
"Content Browser 1" auto-hides if opened with the Level Editor, and has inconsistent docking behavior under the conditions caused by the repro steps above. The root of the problem seems to be that ...
SetMaterial allows the user to add a Material which updates the GetMaterials array but not GetNumMaterials. The user who reported this was trying to add a material to a skeletal mesh during runtim ...